We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b896ce commit d9318bbCopy full SHA for d9318bb
README.md
@@ -125,7 +125,7 @@ Cookies.getJSON('name'); // => { foo: 'bar' }
125
Cookies.getJSON(); // => { name: { foo: 'bar' } }
126
```
127
128
-*Note: To support IE6-8 you need to include the JSON-js polyfill: https://github.com/douglascrockford/JSON-js*
+*Note: To support IE6-7 you need to include the JSON-js polyfill: https://github.com/douglascrockford/JSON-js*
129
130
## Encoding
131
0 commit comments