Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update the function makeAnchorMap() description.
  • Loading branch information
zhangyaowu committed Feb 9, 2015
1 parent 2265133 commit 15ad7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ Then calling $.uriAnchor.makeAnchorMap(); will return a map that looks like so:
{ page : 'profile',
_page : {
uname : 'wendy',
online : 'today'
online : 'true'
},
_s_page : 'profile:uname,wendy|online,today',
_s_page : 'profile:uname,wendy|online,true',
slider : 'confirm',
_slider : {
text : 'hello',
Expand Down

0 comments on commit 15ad7d9

Please sign in to comment.