Skip to content

Commit

Permalink
docs: fix wrong style referencing paths in cra example (#344)
Browse files Browse the repository at this point in the history
ipld-explorer-lib => ipld-explorer-components
  • Loading branch information
jfabraxas authored Dec 6, 2022
1 parent 9685eb3 commit ef39560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef39560

Please sign in to comment.