Fix README.md

This commit is contained in:
John Factotum
2023-05-15 12:11:04 +00:00
committed by GitHub
parent 0a3f4b8f27
commit 8d69473e1f
+2 -2
View File
@@ -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