Skip to content

Commit c2a8e9d

Browse files
committed
Merge branch 'main' of github.com:Sanshain/svelte-input-mask into main
2 parents e25458a + b2bea1e commit c2a8e9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export default app
3939
### using prepared bundle:
4040

4141
```html
42-
<div id="app"></div>
42+
<link rel="stylesheet" href="https://unpkg.com/svelte-mask@0.2.6/build/css/app.css">
43+
44+
<div id="app"></div>
4345
<script src="https://unpkg.com/svelte-mask@0.2.6/build/bundle.js"></script>
4446
<script>
4547
createMaskInput('app', '+7(999)9999999')

0 commit comments

Comments
 (0)