Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uritemplate-js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
uritemplate-js
Commits
966f7847
Commit
966f7847
authored
Jan 14, 2013
by
fxa
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from RubenVerborgh/master
Correct typo in README
parents
5690f587
7317a1b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
966f7847
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment