aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 0128140..a9f919f 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -54,17 +54,13 @@ const App: React.FC = () => {
`## Markdown\n [Markdown file](${url}) *(...${fileName})* that you can see on the left was parsed and processed by **BENZIN**! :rocket:`,
'Switch between tabs on the header to explore other markdown templates. :recycle: ',
'Currently **only core features** of markdown function.',
- 'Templates on the left are being loaded from the internet, though this pane is generated from plaintext. :pen:',
+ '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\'));',
'```',
- 'Yep! **Or even simpler**:',
- '```',
- 'ReactDOM.render(<Markdown url={url}/>, document.getElementById(\'root\'));',
- '```',
].join('\n');
return (