Skip to content

Commit

Permalink
Update README wording since stdlib parser has gotten a lot better
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Jan 18, 2019
1 parent a0e06db commit c37d71c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -19,9 +19,11 @@

# Description

Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987, and
RFC 6570 (level 4), providing support for IRIs and URI templates.
Addressable is an alternative implementation to the URI implementation
that is part of Ruby's standard library. It is flexible, offers heuristic
parsing, and additionally provides extensive support for IRIs and URI templates.

Addressable closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4).

# Reference

Expand Down

0 comments on commit c37d71c

Please sign in to comment.