Skip to content

Commit

Permalink
Fix "}" in final example code - styled-components (#138)
Browse files Browse the repository at this point in the history
When i copy and past example, happened an error.
  • Loading branch information
nicholasess authored and jaredpalmer committed Jul 21, 2018
1 parent f96e293 commit 23dfc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export default class Document extends React.Component {
</html>
);
}
}
```

To use your custom `<Document>`, pass it to the `Document` option of your After.js `render` function.
Expand Down

0 comments on commit 23dfc40

Please sign in to comment.