mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Fix README.md
This commit is contained in:
@@ -51,7 +51,7 @@ The repo also includes a still higher level reader, though strictly speaking, `r
|
||||
### Basic Usage
|
||||
|
||||
```js
|
||||
import from './view.js'
|
||||
import './view.js'
|
||||
|
||||
const view = document.createElement('foliate-view')
|
||||
document.body.append(view)
|
||||
@@ -179,7 +179,7 @@ foliate-view::part(head) {
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 1px solid graytext;
|
||||
}
|
||||
``
|
||||
```
|
||||
|
||||
### EPUB CFI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user