Remove bad keyword from Cargo.toml and add docs link to the README. [ci skip]
This commit is contained in:
parent
8aa5339b64
commit
6032f730f8
@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||||
description = "Resource identifiers for Matrix."
|
description = "Resource identifiers for Matrix."
|
||||||
documentation = "http://ruma.github.io/ruma-identifiers/ruma_identifiers"
|
documentation = "http://ruma.github.io/ruma-identifiers/ruma_identifiers/"
|
||||||
homepage = "https://github.com/ruma/ruma-identifiers"
|
homepage = "https://github.com/ruma/ruma-identifiers"
|
||||||
keywords = ["matrix", "matrix.org", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-identifiers"
|
name = "ruma-identifiers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
[](https://travis-ci.org/ruma/ruma-identifiers)
|
[](https://travis-ci.org/ruma/ruma-identifiers)
|
||||||
|
|
||||||
**ruma-identifiers** contains types for [Matrix](https://matrix.org/) identifiers for events, rooms, room aliases, and users.
|
**ruma-identifiers** contains types for [Matrix](https://matrix.org/) identifiers for events, rooms, room aliases, and users.
|
||||||
|
[Documentation](http://ruma.github.io/ruma-identifiers/ruma_identifiers/) is available for the latest release.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user