From c0d115d457febe130b7261128f863656fa479a61 Mon Sep 17 00:00:00 2001 From: L&H Date: Wed, 11 Dec 2019 17:54:08 +0800 Subject: [PATCH] fix: doc typo issues #125 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 148db15..792896f 100644 --- a/readme.md +++ b/readme.md @@ -130,7 +130,7 @@ The official recommendation for running `common-tags` is as follows: - [Node.js](https://nodejs.org/en/download/) v5.0.0 or higher - In order to use `common-tags`, your environment will also need to support ES2015 tagged templates ([pssst… check Babel out](http://babeljs.io)) -- You might also want to [polyfill some features](https://github.com/zloirock/core-js) if you plan on supporting older browsers: `Array.prototype.includes` +- You might also want to [polyfill some features](https://github.com/zloirock/core-js) if you plan on supporting older browsers: `String.prototype.includes` It might work with below versions of Node, but this is not a guarantee.