Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cainus committed Nov 24, 2013
1 parent 2b4c561 commit 6cc6681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Setter/getter for the password portion of the url.
url.password("newpass"); // returns a new uri object with the uri
// https://user:newpass@subdomain.asdf.com/path/kid/?asdf=1234#frag
```
###url.extendedPath([mixed]);
###url.extendedPath([string]);
Setter/getter for the path, querystring and fragment portion of the url
all at once.
```javascript
Expand Down

0 comments on commit 6cc6681

Please sign in to comment.