From f5c939518e2750e4f25a338c1c53a100719313ca Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Tue, 16 Jul 2019 23:49:15 +0300 Subject: [PATCH] fix(docs): fix mistypo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b453fc3..0b3a405 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Bowser -A small, fast and reach-API browser/platform/engine detector for both browser and node. +A small, fast and rich-API browser/platform/engine detector for both browser and node. - **Small.** Use plain ES5-version which is ~4.8kB gzipped. - **Optimized.** Use only those parsers you need — it doesn't do useless work. - **Multi-platform.** It's browser- and node-ready, so you can use it in any environment.