Skip to content

Commit beb88ea

Browse files
authored
Update README.md
1 parent 1b7de7f commit beb88ea

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ This library has been tested to work most modern browsers, the oldest ones being
88

99
## Live Demo / Playground
1010

11-
Visit the following link and starting typing right away.
12-
https://www.thapaliya.com/en/writings/practice-romanized-nepali-unicode-in-your-browser/
11+
Official Demo : https://www.thapaliya.com/en/writings/practice-romanized-nepali-unicode-in-your-browser/
12+
13+
### More Examples
14+
15+
If you've used Nepalify in a project and would like to include it in this list, feel free to reach out or open an issue.
16+
17+
- [Samajik/सामाजिक](http://samajik.glitch.me/): View the source at https://glitch.com/edit/#!/samajik
18+
1319

1420
## Installation
1521

@@ -27,7 +33,7 @@ Via [Unpkg](https://unpkg.com/), you can directly use the bare url for the lates
2733
Or, include the full fixed url.
2834
2935
```html
30-
<script src="unpkg.com/[email protected]/umd/nepalify.production.min.js" />
36+
<script src="https://unpkg.com/[email protected]/umd/nepalify.production.min.js" />
3137
```
3238
3339
Also, add an input/textarea element with a unique id, if you want to follow along.
@@ -94,15 +100,6 @@ console.log(nepalify.format(text));
94100
//किंकर्तव्यबिमुढ्
95101
```
96102
97-
## Examples
98-
99-
I've included some links here where this library has been used. If you've used Nepalify in a project and would like to include it in this list, feel free to reach out or open an issue.
100-
101-
### [Samajik/सामाजिक](http://samajik.glitch.me/)
102-
103-
You can view the source at https://glitch.com/edit/#!/samajik
104-
105-
106103
## Changelog
107104
108105
Please check the [CHANGELOG.md](https://github.com/suvash/nepalify/blob/master/CHANGELOG.md) for details.

0 commit comments

Comments
 (0)