Skip to content

Commit 6f6ad83

Browse files
committed
Update unpkg links
1 parent 9ead95f commit 6f6ad83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ HTML:
9696
...
9797
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.6/vue.min.js"></script>
9898
<!-- Flow Form -->
99-
<script src="https://unpkg.com/vue-flow-form@1.0.0"></script>
99+
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form"></script>
100100
<!-- Flow Form base CSS -->
101-
<link rel="stylesheet" href="https://unpkg.com/vue-flow-form@1.0.0/vue-flow-form.min.css">
101+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form/dist/vue-flow-form.min.css">
102102
<!-- Optional theme.css -->
103-
<link rel="stylesheet" href="https://unpkg.com/vue-flow-form@1.0.0/vue-flow-form.theme.css">
103+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme.css">
104104
...
105105
```
106106

0 commit comments

Comments
 (0)