Skip to content

Commit

Permalink
change version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekt committed Jul 25, 2021
1 parent faa7d43 commit d7537b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Mc Book Publisher creates an interactive visulisation of minecraft books on the
2. Include JS & CSS (put his in the head of your html file)
* ⚠️ to update from an older version just change the version tag behind the `@` symbol to your desired version
```html
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@1.0.1/src/bookPublisher.min.css">
<script src="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@1.0.1/src/bookPublisher.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@1.0.2/src/bookPublisher.min.css">
<script src="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@1.0.2/src/bookPublisher.min.js"></script>
```

3. Initialize the script
Expand Down

0 comments on commit d7537b5

Please sign in to comment.