Skip to content

Commit f71bf52

Browse files
author
Justin Kimbrell
committed
chore: updated cdn installation instructions
1 parent f5d66d0 commit f71bf52

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/guide/getting-started.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import Clock from '/components/Clock.vue';
44

55
# Getting Started
66

7-
::: warning
8-
FlipClock.js v1 is currently in beta. The library has been entirely re-written and designed from the ground up. It's ready to be used in production, but API's may be subject to minor breaking changes while it is tested across broad use cases.
9-
:::
10-
117
## Installation
128

139
### Package Manager
@@ -35,12 +31,12 @@ bun i flipclock
3531
### CDN
3632

3733
::: code-group
38-
```bash [JSDelivr]
39-
# @todo - Insert link here
34+
```html [JSDelivr]
35+
<script src="https://cdn.jsdelivr.net/npm/flipclock@^1/dist/FlipClock.umd.js"></script>
4036
```
4137

42-
```bash [Unpkg]
43-
# @todo - Insert link here
38+
```html [Unpkg]
39+
<script src="https://unpkg.com/flipclock@^1/dist/FlipClock.umd.js"></script>
4440
```
4541
:::
4642

0 commit comments

Comments
 (0)