README: Reflect the new name and new license.

This commit is contained in:
Damir Jelić 2020-02-21 16:57:18 +01:00
parent dee13421f0
commit e957282cbb
1 changed files with 3 additions and 4 deletions

View File

@ -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)