diff --git a/LICENSE b/LICENSE index 8d286b2..2914a95 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of urllib nor the names of its +* Neither the name of urilib nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/Makefile b/Makefile index ac47339..8f21c0e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT=urllib +PROJECT=urilib REBAR=bin/rebar all: get-deps compile diff --git a/README.rst b/README.rst index d160ddf..b8cfd37 100644 --- a/README.rst +++ b/README.rst @@ -1,2 +1,8 @@ -urllib +urilib ====== +`RFC-3986 `_ URI Library for Erlang. + +|Status| + +.. |Status| image:: https://travis-ci.org/gmr/urilib.svg + :target: https://travis-ci.org/gmr/urilib