Update readme

This commit is contained in:
Nikolay Kim 2022-01-17 02:36:52 +06:00
parent 347e66a2fd
commit fe3d48d8fd
3 changed files with 7 additions and 7 deletions

View file

@ -23,12 +23,12 @@
## Usage
Starting ntex v0.5 async runtime must be selected as a feature. Available options are `tokio`
or `async-std`.
Starting ntex v0.5 async runtime must be selected as a feature. Available options are `glommio`,
`tokio` or `async-std`.
```toml
[dependencies]
ntex = { version = "0.5", features = ["tokio"] }
ntex = { version = "0.5", features = ["glommio"] }
```
## Documentation & community resources