Skip to content

Commit e0f2a16

Browse files
committed
Update README.md
1 parent bf9fe9d commit e0f2a16

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
[![Build Status](https://travis-ci.org/derek-watson/jsUri.png)](https://travis-ci.org/derek-watson/jsUri)
2-
31
# jsUri
42

53
Uri parsing and manipulation for node.js and the browser.
64

5+
[![Build Status](https://travis-ci.org/derek-watson/jsUri.png)](https://travis-ci.org/derek-watson/jsUri)
6+
7+
[![NPM](https://nodei.co/npm/jsuri.png)](https://nodei.co/npm/jsuri/)
8+
9+
Pass any url into the constructor
10+
711
var uri = new Uri('http://user:pass@www.test.com:81/index.html?q=books#fragment')
812

913
Use property methods to get at the various parts

0 commit comments

Comments
 (0)