Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspecky committed Jan 10, 2024
1 parent ae18ee9 commit c524f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A faster and more equipped Luau implementation of [BindableEvent](https://create
# Why?
Besides being a lot lighter and a lot faster than `BindableEvent`, the main motive for using this over other signal implementations is to keep methods like `:Fire` hidden from objects that have events, so instead of your events looking like this:

![before](images\before.png)
![before](images/before.png)

They would instead look like this:

![before](images\after.png)
![after](images/after.png)

Which makes a lot more sense given that typically the usage of `:Fire` is internal only.

Expand Down

0 comments on commit c524f91

Please sign in to comment.