Commit 966f7847 authored by fxa's avatar fxa

Merge pull request #7 from RubenVerborgh/master

Correct typo in README
parents 5690f587 7317a1b3
...@@ -22,7 +22,7 @@ and then: ...@@ -22,7 +22,7 @@ and then:
var var
UriTemplate = require('uritemplate'), UriTemplate = require('uritemplate'),
template; template;
template = UriTemplate.parse('{?query*}'; template = UriTemplate.parse('{?query*}');
template.expand({query: {first: 1, second: 2}}); template.expand({query: {first: 1, second: 2}});
--> "?first=1&second=2" --> "?first=1&second=2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment