@d-i-t-a/reader 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/esm/index.js +236 -223
- package/dist/esm/index.js.map +2 -2
- package/dist/reader.js +13 -13
- package/dist/reader.js.map +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -61,14 +61,14 @@ Contributions are always welcomed! Please see [CONTRIBUTING](CONTRIBUTING.md) fo
|
|
|
61
61
|
|
|
62
62
|
# Get Started
|
|
63
63
|
|
|
64
|
-
Download ebook examples here: https://standardebooks.org/ebooks and copy them to `./examples/
|
|
64
|
+
Download ebook examples here: https://standardebooks.org/ebooks and copy them to `./examples/epubs`. Then:
|
|
65
65
|
|
|
66
66
|
```
|
|
67
67
|
npm install
|
|
68
68
|
|
|
69
|
-
npm run build && npm run examples
|
|
69
|
+
npm run build && npm run examples
|
|
70
70
|
```
|
|
71
|
-
Then visit `http://localhost:4444/`. Follow the prompts to view example apps.
|
|
71
|
+
Then visit `http://localhost:4444/`. Follow the prompts to view example apps.
|
|
72
72
|
|
|
73
73
|
## Supporters
|
|
74
74
|
[<img src="https://dita.digital/jetbrains.png" width="60">](https://www.jetbrains.com/?from=R2D2BC)
|