Skip to content

Commit 520ef26

Browse files
authored
Update README.md 📝
1 parent 172ecba commit 520ef26

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ It includes options for creating text editor buttons / values with ease, wrappin
2828

2929
You can view the example's of Scriptor.js in use below!
3030

31-
- **HTML Editor**
31+
- **HTML Editor**
3232
[Source](https://github.com/MarketingPipeline/Scriptor.js/blob/main/demos/html_editor.html),
33-
[Demo](https://marketingpipeline.github.io/Scriptor.js/demos/html_editor.html)
34-
35-
- **Markdown Editor**
33+
[Demo](https://marketingpipeline.github.io/Scriptor.js/demos/html_editor.html)
34+
35+
- **Markdown Editor**
3636
[Source](https://github.com/MarketingPipeline/Scriptor.js/blob/main/demos/markdown_editor.html),
37-
[Demo](https://marketingpipeline.github.io/Scriptor.js/demos/markdown_editor.html)
37+
[Demo](https://marketingpipeline.github.io/Scriptor.js/demos/markdown_editor.html)
38+
3839

3940
<br>
4041

@@ -57,9 +58,9 @@ Example:
5758
<button data-scriptor-btn value="blockquote" htmltags="true" wrap="True" type="button">Blockquote</button>
5859
```
5960

60-
Include this [script](https://github.com/MarketingPipeline/Scriptor.js/blob/main/version/1.0.0/dist/scriptor.min.js) in the bottom of your HTML document & you're done, you've created a basic custom text editor!
61+
Include this [script](https://github.com/MarketingPipeline/Scriptor.js/blob/main/dist/scriptor.min.js) in the bottom of your HTML document & you're done, you've created a basic custom text editor!
6162

62-
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/version/1.0.0/dist/scriptor.min.js"></script>
63+
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Scriptor.js/dist/scriptor.min.js"></script>
6364

6465
### Button Options
6566

0 commit comments

Comments
 (0)