Skip to content

Commit

Permalink
readmy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Jan 12, 2014
1 parent 2d6fe07 commit faa1418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Replace all strings `{{key}}` contained in `{key: 'value'}`, where `key` can be
property of passed `obj`.

Example:

var str = '{"path": "{{root}}/src"}'; // json file contents
cjson.replace(str, {root: '/usr'}); // '{"path": "/usr/src"}'

Expand Down

0 comments on commit faa1418

Please sign in to comment.