From e0980f7a454073246927d638009799d10ab609f2 Mon Sep 17 00:00:00 2001 From: Matt Greer Date: Mon, 11 Dec 2017 13:37:36 -0800 Subject: [PATCH] readme: fix next() api documentation (#3435) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 05b3cd61..e84b72d9 100644 --- a/readme.md +++ b/readme.md @@ -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: