Skip to content

Commit

Permalink
Removed staticMarkup option from docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
impronunciable committed Dec 20, 2016
1 parent f50b7f2 commit 684cc25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ The `next` API is as follows:
Supported options:
- `dev` (`bool`) whether to launch Next.js in dev mode - default `false`
- `dir` (`string`) where the Next project is located - default `'.'`
- `staticMarkup` (`bool`) wheter to use React DOM `renderToStaticMarkup` or `renderToString` - default `false`
- `quiet` (`bool`) Display error messages with server information. Should only be used during development - default `false`

### Custom `<Document>`
Expand Down

0 comments on commit 684cc25

Please sign in to comment.