From b937ed36449e463b4656e397e596c7508dec85f4 Mon Sep 17 00:00:00 2001 From: m-allanson Date: Fri, 27 Oct 2017 12:19:30 +0100 Subject: [PATCH] Remove extra word (#3193) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c1b5cd51..c53082fd 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ npm install --save next react react-dom ``` > Next.js 4 only supports [React 16](https://reactjs.org/blog/2017/09/26/react-v16.0.html).
-> We had to drop React 15 support due to the way how React 16 works and how we use it. +> We had to drop React 15 support due to the way React 16 works and how we use it. and add a script to your package.json like this: