From 8824a7a474f9dbff7b9de711ea980481e36771bc Mon Sep 17 00:00:00 2001 From: dr-dimitru Date: Thu, 19 Jan 2017 21:48:49 +0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc5529..3c95d0d 100755 --- a/README.md +++ b/README.md @@ -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