bok-reader 0.1.3 → 0.1.5

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 CHANGED
@@ -18,11 +18,11 @@ yarn add bok
18
18
 
19
19
  ```jsx
20
20
  import React from "react";
21
- import { BokReader } from "bok";
22
- import "bok/dist/style.css"; // this css file is absolutely necessary to render the component properly
21
+ import { BokReader } from "bok-reader";
22
+ import "bok-reader/dist/style.css"; // this css file is absolutely necessary to render the component properly
23
23
 
24
24
  function MyBookViewer() {
25
- const epubUrl = "path/to/your/book.epub"; // Can be a URL, File object, or ArrayBuffer
25
+ const epubUrl = "https://www.path.com/to/your/book.epub"; // Can be a URL, File object, or ArrayBuffer
26
26
 
27
27
  return (
28
28
  <div style={{