From e957282cbb2cd0c18c093a6cc53bda9787147e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 21 Feb 2020 16:57:18 +0100 Subject: [PATCH] README: Reflect the new name and new license. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8412fd2f..6852ce06 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -# nio-rust +# matrix-rust-sdk -**nio-rust** is a port of the [matrix-nio][] python library to [Rust][]. +**matrix-rust-sdk** is an implementation of a [Matrix][] client-server library in [Rust][]. [Matrix]: https://matrix.org/ [Rust]: https://www.rust-lang.org/ -[matrix-nio]: https://github.com/poljar/matrix-nio ## Status @@ -12,4 +11,4 @@ This library is very much work in progress. ## License -[MIT](http://opensource.org/licenses/MIT) +[Apache](https://www.apache.org/licenses/LICENSE-2.0)