From 8d69473e1f2858728ae4674b60483dbeb902d122 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Mon, 15 May 2023 12:11:04 +0000 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d17a2b..360c989 100644 --- a/README.md +++ b/README.md @@ -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