Skip to content

Commit

Permalink
specify included version
Browse files Browse the repository at this point in the history
so compatibility isn't broken in case new features are pushed
  • Loading branch information
jarekt authored Jun 23, 2021
1 parent d71f68d commit d93c07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Mc Book Publisher creates an interactive visulisation of minecraft books on the
1. Extract the books from your minecraft world using [Neurochitin's minecraft data miner](https://gitlab.com/Neurochitin/mc-world-miner)
2. Include JS & CSS (put his in the head of your html file)
```html
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@latest/src/bookPublisher.min.css">
<script src="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@latest/src/bookPublisher.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@1.0/src/bookPublisher.min.css">
<script src="https://cdn.jsdelivr.net/gh/jarekt/mc-book-publisher@1.0/src/bookPublisher.min.js"></script>
```

3. Initialize the script
Expand All @@ -31,4 +31,4 @@ This work is licensed under the MIT license with the exception of the contents o
- [ ] possibly fix bad line wrapping that occours from time to time (not sure how)
- [ ] add & display book locations
- [x] add demo
- [x] add a parser for Neurochitin's mc-world-miner
- [x] add a parser for Neurochitin's mc-world-miner

0 comments on commit d93c07a

Please sign in to comment.