react-book-reader 1.1.6 → 1.1.7

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
@@ -45,12 +45,12 @@ export default () => (
45
45
 
46
46
  ## ReactReader Attributes
47
47
 
48
- | **Name** | **Description** | **Type** | **Default** |
49
- | -------- | --------------------------------- | ---------------------- | ----------- |
50
- | url | book url or File | `string`/`File` | — |
51
- | location | set / update location of the book | `string`/`number` | — |
52
- | title | the title of the book | `string` | — |
53
- | showToc | whether to show the toc | `boolean` | true |
48
+ | **Name** | **Description** | **Type** | **Default** |
49
+ | -------- | --------------------------------- | ----------------------- | ----------- |
50
+ | url | book url or File | `string`/`File` | — |
51
+ | location | set / update location of the book | `string`/`number` | — |
52
+ | title | the title of the book | `string`/`ReactElement` | — |
53
+ | showToc | whether to show the toc | `boolean` | true |
54
54
 
55
55
 
56
56
  ## ReactReader props passed to inner BookView