mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update readme (do not mention specific version) (#4038)
* Update readme for Next 5 * remove specific version mention
This commit is contained in:
parent
930be2813b
commit
b13410525a
|
@ -62,7 +62,7 @@ Install it:
|
||||||
npm install --save next react react-dom
|
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).<br/>
|
> Next.js only supports [React 16](https://reactjs.org/blog/2017/09/26/react-v16.0.html).<br/>
|
||||||
> We had to drop React 15 support due to the way 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:
|
and add a script to your package.json like this:
|
||||||
|
|
Loading…
Reference in a new issue