Skip to content

Commit ee9c763

Browse files
authored
Merge pull request #1740 from finch185277/fix-readme-typo
fix typo in README
2 parents 5137976 + 8f31e88 commit ee9c763

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
@@ -84,7 +84,7 @@ If you're familiar with how to use browserify, ignore this and carry on, otherwi
8484

8585
**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).
8686

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.
8888

8989
### Typescript or VSCode users
9090
Type declarations for Typescript are included in this library. Normal installation should include all the needed type information.

0 commit comments

Comments
 (0)