From 1fa0b758291d8b3ff0764a2d20b9429250fcb5da Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 4 Aug 2015 08:20:43 +0200 Subject: [PATCH] Rewrite description per #121 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3c1ab1a..701eee9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "url" version = "0.2.36" authors = [ "Simon Sapin " ] -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" diff --git a/README.md b/README.md index 1680ee8b..3585d74e 100644 --- a/README.md +++ b/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)