From ef395602135e2685adb06b4e771ee3de66dff430 Mon Sep 17 00:00:00 2001 From: ja <6962524+jfabraxas@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:42:41 +0100 Subject: [PATCH] docs: fix wrong style referencing paths in cra example (#344) ipld-explorer-lib => ipld-explorer-components --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0b2483f..6dbabed9 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ And, assuming you are using `create-react-app` or a similar webpack set up, you' import 'tachyons' import 'ipfs-css' import 'react-virtualized/styles.css' -import 'ipld-explorer-lib/dist/components/object-info/LinksTable.css' -import 'ipld-explorer-lib/dist/components/loader/Loader.css' +import 'ipld-explorer-components/dist/components/object-info/LinksTable.css' +import 'ipld-explorer-components/dist/components/loader/Loader.css' ``` ## Contribute