Skip to content

Commit

Permalink
docs: fix typos (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Feb 27, 2023
1 parent 9110f33 commit 4369653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ipns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @example
*
* ```typescript
* import { gossipsub } from '@chainsafe/libp2p'
* import { gossipsub } from '@chainsafe/libp2p-gossipsub'
* import { kadDHT } from '@libp2p/kad-dht'
* import { createLibp2p } from 'libp2p'
* import { createHelia } from 'helia'
Expand All @@ -31,7 +31,7 @@
* //.. other options
* })
* const name = ipns(helia, [
* dht(helia)
* dht(helia),
* pubsub(helia)
* ])
*
Expand Down

0 comments on commit 4369653

Please sign in to comment.