Skip to content

Commit

Permalink
docs: update README.md (libp2p#59)
Browse files Browse the repository at this point in the history
Co-authored-by: chad <chad.nehemiah94@gmail.com>
  • Loading branch information
SgtPooki and maschad committed Mar 20, 2023
1 parent 9e06e47 commit aba6483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit aba6483

Please sign in to comment.