Skip to content

Commit 7aaa572

Browse files
committed
Merge branch 'main' of github.com:Sanshain/svelte-input-mask into main
2 parents ad593f7 + 04d3d8e commit 7aaa572

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Features:
88
- The minified bundle weighs less than 5kb
99
- universal validation for any numeric formats
1010

11+
[Demo](https://coding-style.ru/code_reviews/271/edit)
12+
1113
## Using inside Svelte app:
1214

1315
```html
@@ -39,10 +41,10 @@ export default app
3941
### using prepared bundle:
4042

4143
```html
42-
<link rel="stylesheet" href="https://unpkg.com/svelte-mask@0.2.6/build/css/app.css">
44+
<link rel="stylesheet" href="https://unpkg.com/svelte-mask@latest/build/css/app.css">
4345

4446
<div id="app"></div>
45-
<script src="https://unpkg.com/svelte-mask@0.2.6/build/bundle.js"></script>
47+
<script src="https://unpkg.com/svelte-mask@latest/build/bundle.js"></script>
4648
<script>
4749
createMaskInput('app', '+7(999)9999999')
4850
</script>

0 commit comments

Comments
 (0)