Skip to content

Commit d9318bb

Browse files
yanxyzFagnerMartinsBrack
authored andcommitted
The JSON-js polyfill requirement in the README should not include IE8
IE8 supports JSON Closes js-cookiegh-68.
1 parent 6b896ce commit d9318bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Cookies.getJSON('name'); // => { foo: 'bar' }
125125
Cookies.getJSON(); // => { name: { foo: 'bar' } }
126126
```
127127

128-
*Note: To support IE6-8 you need to include the JSON-js polyfill: https://github.com/douglascrockford/JSON-js*
128+
*Note: To support IE6-7 you need to include the JSON-js polyfill: https://github.com/douglascrockford/JSON-js*
129129

130130
## Encoding
131131

0 commit comments

Comments
 (0)