aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-05 01:57:55 +0100
committerMartin Fischer <martin@push-f.com>2021-12-05 01:58:26 +0100
commit5cb747b5c7c052cfafe4b5db6de62ea4f9739873 (patch)
tree06be1ab6dd98d6f02a99c44d3130ddf2a3f4f952 /README.md
parent799f2d02bea9bb16780bce01d4f3d831954bf9f0 (diff)
rename library to uris
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index b8c38a5..be85a0b 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,11 @@
-# Uri (rhymuri)
+# Uri
This is a library which implements [IETF RFC
3986](https://tools.ietf.org/html/rfc3986), "Uniform Resource Identifier (URI):
Generic Syntax".
-[![Crates.io](https://img.shields.io/crates/v/rhymuri.svg)](https://crates.io/crates/rhymuri)
-[![Documentation](https://docs.rs/rhymuri/badge.svg)][dox]
-
-More information about the Rust implementation of this library can be found in
-the [crate documentation][dox].
-
-[dox]: https://docs.rs/rhymuri
+More information about this library can be found in
+the [crate documentation](https://docs.rs/uris).
A URI is a compact sequence of characters that identifies an abstract or
physical resource. One common form of URI is the Uniform Resource Locator