Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

docs: update README.md #59

Merged
merged 2 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/libp2p-peer-id-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm i @libp2p/peer-id-factory

### Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `Libp2pPeerIdFactory` in the global namespace.
Loading this module through a script tag will make it's exports available as `Libp2PPeerIdFactory` in the global namespace.

```html
<script src="https://unpkg.com/@libp2p/peer-id-factory/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-peer-id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm i @libp2p/peer-id

### Browser `<script>` tag

Loading this module through a script tag will make it's exports available as `Libp2pPeerId` in the global namespace.
Loading this module through a script tag will make it's exports available as `Libp2PPeerId` in the global namespace.

```html
<script src="https://unpkg.com/@libp2p/peer-id/dist/index.min.js"></script>
Expand Down