mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
docs: fix typos in README (#7731)
This commit is contained in:
@@ -58,7 +58,7 @@ an asynchronous application.
|
|||||||
|
|
||||||
A basic TCP echo server with Tokio.
|
A basic TCP echo server with Tokio.
|
||||||
|
|
||||||
Make sure you activated the full features of the tokio crate on Cargo.toml:
|
Make sure you enable the full features of the tokio crate on Cargo.toml:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@@ -109,7 +109,7 @@ More examples can be found [here][examples]. For a larger "real world" example,
|
|||||||
[examples]: https://github.com/tokio-rs/tokio/tree/master/examples
|
[examples]: https://github.com/tokio-rs/tokio/tree/master/examples
|
||||||
[mini-redis]: https://github.com/tokio-rs/mini-redis/
|
[mini-redis]: https://github.com/tokio-rs/mini-redis/
|
||||||
|
|
||||||
To see a list of the available features flags that can be enabled, check our
|
To see a list of the available feature flags that can be enabled, check our
|
||||||
[docs][feature-flag-docs].
|
[docs][feature-flag-docs].
|
||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
@@ -257,5 +257,5 @@ This project is licensed under the [MIT license].
|
|||||||
### Contribution
|
### Contribution
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||||
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
|
for inclusion in Tokio by you shall be licensed as MIT, without any additional
|
||||||
terms or conditions.
|
terms or conditions.
|
||||||
|
|||||||
+3
-3
@@ -58,7 +58,7 @@ an asynchronous application.
|
|||||||
|
|
||||||
A basic TCP echo server with Tokio.
|
A basic TCP echo server with Tokio.
|
||||||
|
|
||||||
Make sure you activated the full features of the tokio crate on Cargo.toml:
|
Make sure you enable the full features of the tokio crate on Cargo.toml:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@@ -109,7 +109,7 @@ More examples can be found [here][examples]. For a larger "real world" example,
|
|||||||
[examples]: https://github.com/tokio-rs/tokio/tree/master/examples
|
[examples]: https://github.com/tokio-rs/tokio/tree/master/examples
|
||||||
[mini-redis]: https://github.com/tokio-rs/mini-redis/
|
[mini-redis]: https://github.com/tokio-rs/mini-redis/
|
||||||
|
|
||||||
To see a list of the available features flags that can be enabled, check our
|
To see a list of the available feature flags that can be enabled, check our
|
||||||
[docs][feature-flag-docs].
|
[docs][feature-flag-docs].
|
||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
@@ -257,5 +257,5 @@ This project is licensed under the [MIT license].
|
|||||||
### Contribution
|
### Contribution
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||||
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
|
for inclusion in Tokio by you shall be licensed as MIT, without any additional
|
||||||
terms or conditions.
|
terms or conditions.
|
||||||
|
|||||||
Reference in New Issue
Block a user