Skip to content

Commit

Permalink
chore: inform people of modern APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Oct 20, 2019
1 parent 433f0e5 commit e780eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -10,6 +10,10 @@

---

> **IMPORTANT:** You **may not need URI.js** anymore! Modern browsers provide the [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL) and [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) interfaces.
---

> **NOTE:** The npm package name changed to `urijs`
---
Expand Down Expand Up @@ -114,7 +118,7 @@ URI("/foo/bar/baz.html")

### RequireJS ###

Clone the URI.js repository or use a package manager to get URI.js into your project.
Clone the URI.js repository or use a package manager to get URI.js into your project.

```javascript
require.config({
Expand Down

0 comments on commit e780eeb

Please sign in to comment.