Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerjibz authored Sep 27, 2024
1 parent 779a6d6 commit 4c87de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ After all, one of the main points of using an EventEmitter is to avoid passing d

```
#### Using async-std instead of tokio
Tokio is the default runtime for this library but async-std support can be able enabled by disabling default-features on the crate and enable the ```use-async-std``` feature.
Tokio is the default runtime for this library but async-std support can be able enabled by disabling default-features on the crate and enabling the ```use-async-std``` feature.
<br>
**Note**: Use simply replace tokio::main with async-std::main and tokio::test with async-std::test (provided you've enabled the "attributes" feature on the crate.

Expand Down

0 comments on commit 4c87de1

Please sign in to comment.