From fe3d48d8fdd5c6595736e3870bb65b2470a7017d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 17 Jan 2022 02:36:52 +0600 Subject: [PATCH] Update readme --- README.md | 6 +++--- ntex-glommio/CHANGES.md | 2 +- ntex/README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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