1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

readme: fix next() api documentation (#3435)

This commit is contained in:
Matt Greer 2017-12-11 13:37:36 -08:00 committed by Tim Neutkens
parent 6f55d3a5ad
commit e0980f7a45

View file

@ -721,7 +721,6 @@ app.prepare().then(() => {
```
The `next` API is as follows:
- `next(path: string, opts: object)` - `path` is where the Next project is located
- `next(opts: object)`
Supported options: