diff options
Diffstat (limited to 'src/demo')
-rw-r--r-- | src/demo/content.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demo/content.md b/src/demo/content.md index 41607a9..01d848f 100644 --- a/src/demo/content.md +++ b/src/demo/content.md @@ -4,9 +4,9 @@ Switch between tabs on the header to explore other markdown templates. :recycle: Templates on the left are being loaded from the [GitHub](https://github.com), though this pane is generated from plaintext. :pen: ## How do I use this feature? ``` -import Markdown from \'react-benzin\'; -const data = \'# Header\\nHello, *world!*\'; -ReactDOM.render(<Markdown data={data}/>, document.getElementById(\'root\')); +import Markdown from 'react-benzin'; +const data = '# Header\nHello, *world!*'; +ReactDOM.render(<Markdown data={data}/>, document.getElementById('root')); ``` `$tryButton` |