aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-04-05 22:37:55 +0300
committereug-vs <eug-vs@keemail.me>2020-04-05 22:37:55 +0300
commit5e32be8569d93f56266d3bf707a7b099cb88e524 (patch)
tree020a9800fd6d1d5766a3b599c79dab16c068deda
parent181129f0a99350f2731293dc179b37c9f4eb9abd (diff)
downloadreact-benzin-5e32be8569d93f56266d3bf707a7b099cb88e524.tar.gz
docs: tweak text on frontpage
-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 (