Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Moving paragraph to the right place [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Mar 8, 2013
1 parent eb39ce5 commit 0b9c6ca
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 @@ -62,10 +62,10 @@ Turn on automatic storage of JSON objects passed as the cookie value. Assumes `J

## Cookie Options

### expires

Cookie attributes can be set globally by setting properties of the `$.cookie.defaults` object or individually for each call to `$.cookie()` by passing a plain object to the options argument. Per-call options override the default options.

### expires

expires: 365

Define lifetime of the cookie. Value can be a `Number` which will be interpreted as days from time of creation or a `Date` object. If omitted, the cookie becomes a session cookie.
Expand Down

0 comments on commit 0b9c6ca

Please sign in to comment.