diff --git a/README.md b/README.md index 73735566..f9f9ffb9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
Framework for composable network services.
-[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") +[](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg) [](https://crates.io/crates/ntex) [](https://docs.rs/ntex) [](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html) @@ -18,9 +18,9 @@ | Platform | Build Status | | ---------------- | ------------ | -| Linux | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") | -| macOS | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") | -| Windows | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") | +| Linux | [](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg) | +| macOS | [](https://github.com/ntex-rs/ntex/actions/workflows/osx.yml/badge.svg) | +| Windows | [](https://github.com/ntex-rs/ntex/actions/workflows/windows.yml/badge.svg) | ## Usage @@ -29,7 +29,7 @@ ntex supports multiple async runtimes, runtime must be selected as a feature. Av ```toml [dependencies] -ntex = { version = "2", features = ["tokio"] } +ntex = { version = "2", features = ["compio"] } ``` ## Documentation & community resources