From 5e32be8569d93f56266d3bf707a7b099cb88e524 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 5 Apr 2020 22:37:55 +0300 Subject: docs: tweak text on frontpage --- src/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 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(, document.getElementById(\'root\'));', '```', - 'Yep! **Or even simpler**:', - '```', - 'ReactDOM.render(, document.getElementById(\'root\'));', - '```', ].join('\n'); return ( -- cgit v1.2.3