From dcd8d72e028b319347a79b34f2f1817e3347332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 15 Sep 2023 12:53:25 +0200 Subject: [PATCH] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1d238..d8ce437 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ import { createIPXMiddleware, ipxFSStorage, ipxHttpStorage, -} from "./src"; +} from "ipx"; const ipx = createIPX({ storage: ipxFSStorage({ dir: "./public" }),