Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Jan 19, 2017
1 parent f92ba52 commit 8824a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var cookies = new Cookies();
Read a cookie. If the cookie doesn't exist a `null` will be returned.
- `key` {*String*} - The name of the cookie to read

#### `cookies.set((key, value, [opts])` [*Isomorphic*]
#### `cookies.set(key, value, [opts])` [*Isomorphic*]
Create/overwrite a cookie.
- `key` {*String*} - The name of the cookie to create/overwrite
- `value` {*String*} - The value of the cookie
Expand Down

0 comments on commit 8824a7a

Please sign in to comment.