From 8f31e8882434a666bd67286b3e824b8c6d97de32 Mon Sep 17 00:00:00 2001 From: "YU-AN, CHEN" <59487andy@gmail.com> Date: Wed, 3 Nov 2021 18:25:59 +0800 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b80283e..d974624 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ If you're familiar with how to use browserify, ignore this and carry on, otherwi **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). -**WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use atleast [buffer@5.0.5](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use. +**WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use at least [buffer@5.0.5](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use. ### Typescript or VSCode users Type declarations for Typescript are included in this library. Normal installation should include all the needed type information.