Commit 7317a1b3 authored by Ruben Verborgh's avatar Ruben Verborgh

Add missing ) in README.

parent 5690f587
......@@ -22,7 +22,7 @@ and then:
var
UriTemplate = require('uritemplate'),
template;
template = UriTemplate.parse('{?query*}';
template = UriTemplate.parse('{?query*}');
template.expand({query: {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