Skip to content

Commit

Permalink
Updated "01-install.md", so now in the jsDelivr CDN setup are links f…
Browse files Browse the repository at this point in the history
…or actual Shepherdjs version and its styles (#1632)
  • Loading branch information
loldalolwerollnroll authored Sep 23, 2021
1 parent 2c73ae7 commit 1c51e48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs-src/tutorials/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ to the release in GitHub. You can find those assets [here](https://github.com/sh

### jsDelivr CDN

You can use jsDelivr to pull down any release from npm. For example, you could include v5.0.1 in your app
You can use jsDelivr to pull down any release from npm. For example, you could include v8.3.1 with styles in your app
with:

```html
<script src="https://cdn.jsdelivr.net/npm/shepherd.js@5.0.1/dist/js/shepherd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/shepherd.js@8.3.1/dist/js/shepherd.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shepherd.js@8.3.1/dist/css/shepherd.css"/>
```

0 comments on commit 1c51e48

Please sign in to comment.