Remove bad keyword from Cargo.toml and add docs link to the README. [ci skip]

This commit is contained in:
Jimmy Cuadra 2016-07-28 02:17:48 -07:00
parent 8aa5339b64
commit 6032f730f8
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
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"
keywords = ["matrix", "matrix.org", "chat", "messaging", "ruma"]
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-identifiers"
readme = "README.md"

View File

@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/ruma/ruma-identifiers.svg?branch=master)](https://travis-ci.org/ruma/ruma-identifiers)
**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