You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ If you're familiar with how to use browserify, ignore this and carry on, otherwi
84
84
85
85
**NOTE**: We use Node Maintenance LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](https://babeljs.io/docs/plugins/preset-es2015/) preset).
86
86
87
-
**WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use atleast[[email protected]](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use.
87
+
**WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use at least[[email protected]](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use.
88
88
89
89
### Typescript or VSCode users
90
90
Type declarations for Typescript are included in this library. Normal installation should include all the needed type information.
0 commit comments