Skip to content

Commit

Permalink
Merge pull request #1 from jiin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
desmondhume committed Sep 13, 2015
2 parents f902919 + 48891c6 commit bfa63ae
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 @@ -8,6 +8,6 @@ Urlo does just one thing:
var urlo = require("urlo");
var myUrl = "http://my-awesome-site.com/author/:authorId/posts/:postId";

urlo(url, { authorId: 1, postId: 2, otherParam: "awesome" })
urlo(myUrl, { authorId: 1, postId: 2, otherParam: "awesome" })
=> 'http://my-awesome-site.com/author/1/posts/2?otherParam=awesome'
```

0 comments on commit bfa63ae

Please sign in to comment.