Skip to content

Commit e780eeb

Browse files
committed
chore: inform people of modern APIs
1 parent 433f0e5 commit e780eeb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
---
1212

13+
> **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.
14+
15+
---
16+
1317
> **NOTE:** The npm package name changed to `urijs`
1418
1519
---
@@ -114,7 +118,7 @@ URI("/foo/bar/baz.html")
114118

115119
### RequireJS ###
116120

117-
Clone the URI.js repository or use a package manager to get URI.js into your project.
121+
Clone the URI.js repository or use a package manager to get URI.js into your project.
118122

119123
```javascript
120124
require.config({

0 commit comments

Comments
 (0)