Explorar o código

Merge pull request #122 from servo/desc

Rewrite description per #121
Simon Sapin %!s(int64=11) %!d(string=hai) anos
pai
achega
122f5daa95
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Cargo.toml
  2. 1 1
      README.md

+ 1 - 1
Cargo.toml

@@ -4,7 +4,7 @@ name = "url"
 version = "0.2.36"
 authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
 
-description = "URL parser for Rust"
+description = "URL library for Rust, based on the WHATWG URL Standard"
 documentation = "http://servo.github.io/rust-url/url/index.html"
 repository = "https://github.com/servo/rust-url"
 readme = "README.md"

+ 1 - 1
README.md

@@ -3,6 +3,6 @@ rust-url
 
 [![Travis build Status](https://travis-ci.org/servo/rust-url.svg?branch=master)](https://travis-ci.org/servo/rust-url) [![Appveyor build status](https://ci.appveyor.com/api/projects/status/ulkqx2xcemyod6xa?svg=true)](https://ci.appveyor.com/project/Manishearth/rust-url)
 
-Rust implementation of the [URL Standard](http://url.spec.whatwg.org/).
+URL library for Rust, based on the [URL Standard](http://url.spec.whatwg.org/).
 
 [Documentation](http://servo.github.io/rust-url/url/index.html)