From 97618746de64c07e31c9532e46f870b8aee2b4f3 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 30 Aug 2018 14:46:40 -0700 Subject: [PATCH] readme: fix section ordering (#600) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d995ed3b..9438aec4a 100644 --- a/README.md +++ b/README.md @@ -167,10 +167,6 @@ The crates included as part of Tokio are: [`tokio-udp`]: tokio-udp [`tokio-uds`]: tokio-uds -## License - -This project is licensed under the [MIT license](LICENSE). - ## Supported Rust Versions Tokio is built against the latest stable, nightly, and beta Rust releases. The @@ -179,6 +175,10 @@ current stable release version. For example, if the latest stable Rust is 1.29, the minimum version supported is 1.26. The current Tokio version is not guaranteed to build on Rust versions earlier than the minimum supported version. +## License + +This project is licensed under the [MIT license](LICENSE). + ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted