diff --git a/README.md b/README.md index 82e4d1ba..8ec8d46c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ntex-glommio/CHANGES.md b/ntex-glommio/CHANGES.md index 38a43584..b1cc83e6 100644 --- a/ntex-glommio/CHANGES.md +++ b/ntex-glommio/CHANGES.md @@ -1,5 +1,5 @@ # Changes -## [0.1.0] - 2022-01-03 +## [0.1.0] - 2022-01-17 * Initial release diff --git a/ntex/README.md b/ntex/README.md index 82e4d1ba..8ec8d46c 100644 --- a/ntex/README.md +++ b/ntex/README.md @@ -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