Skip to content

Commit

Permalink
Update README.md (#802)
Browse files Browse the repository at this point in the history
fix quotation mark
  • Loading branch information
0bit authored and arunoda committed Jan 17, 2017
1 parent e28f80c commit 606d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Supported options:
Pages in `Next.js` skip the definition of the surrounding document's markup. For example, you never include `<html>`, `<body>`, etc. But we still make it possible to override that:

```jsx
import Document, { Head, Main, NextScript } from `next/document`
import Document, { Head, Main, NextScript } from 'next/document'

export default class MyDocument extends Document {
static async getInitialProps (ctx) {
Expand Down

0 comments on commit 606d89c

Please sign in to comment.