Skip to content

Commit 4c87de1

Browse files
authored
Update README.md
1 parent 779a6d6 commit 4c87de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ After all, one of the main points of using an EventEmitter is to avoid passing d
143143

144144
```
145145
#### Using async-std instead of tokio
146-
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.
146+
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.
147147
<br>
148148
**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.
149149

0 commit comments

Comments
 (0)