Skip to content

Commit

Permalink
Merge pull request #20 from davidmurdoch/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
3rd-Eden committed Mar 20, 2013
2 parents 9c994d5 + f23f228 commit afd5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -329,7 +329,7 @@ Versions also provides you with some API sugar to make configuring a bit more
human readable: human readable:


```js ```js
versions.path('/public').expire('10 hours').se('sync', true); versions.path('/public').expire('10 hours').set('sync', true);
``` ```


The following API methods map directly to configuration (see versions.json The following API methods map directly to configuration (see versions.json
Expand Down

0 comments on commit afd5e52

Please sign in to comment.