mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Fix status badge (#498)
This commit is contained in:
parent
69b0fe49d7
commit
44fcfd62ff
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -3,7 +3,7 @@
|
||||||
<p><strong>Framework for composable network services.</strong> </p>
|
<p><strong>Framework for composable network services.</strong> </p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
[](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://crates.io/crates/ntex)
|
||||||
[](https://docs.rs/ntex)
|
[](https://docs.rs/ntex)
|
||||||
[](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
|
[](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
|
||||||
|
@ -18,9 +18,9 @@
|
||||||
|
|
||||||
| Platform | Build Status |
|
| Platform | Build Status |
|
||||||
| ---------------- | ------------ |
|
| ---------------- | ------------ |
|
||||||
| Linux | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") |
|
| Linux | [](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg) |
|
||||||
| macOS | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") |
|
| macOS | [](https://github.com/ntex-rs/ntex/actions/workflows/osx.yml/badge.svg) |
|
||||||
| Windows | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") |
|
| Windows | [](https://github.com/ntex-rs/ntex/actions/workflows/windows.yml/badge.svg) |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ ntex supports multiple async runtimes, runtime must be selected as a feature. Av
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex = { version = "2", features = ["tokio"] }
|
ntex = { version = "2", features = ["compio"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation & community resources
|
## Documentation & community resources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue