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

Commit aba6483

Browse files
SgtPookimaschad
andauthored
docs: update README.md (#59)
Co-authored-by: chad <[email protected]>
1 parent 9e06e47 commit aba6483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/libp2p-peer-id-factory/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm i @libp2p/peer-id-factory
2525

2626
### Browser `<script>` tag
2727

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

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

packages/libp2p-peer-id/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm i @libp2p/peer-id
2525

2626
### Browser `<script>` tag
2727

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

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

0 commit comments

Comments
 (0)