Skip to content

Commit 4369653

Browse files
authored
docs: fix typos (#4)
1 parent 9110f33 commit 4369653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ipns/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @example
77
*
88
* ```typescript
9-
* import { gossipsub } from '@chainsafe/libp2p'
9+
* import { gossipsub } from '@chainsafe/libp2p-gossipsub'
1010
* import { kadDHT } from '@libp2p/kad-dht'
1111
* import { createLibp2p } from 'libp2p'
1212
* import { createHelia } from 'helia'
@@ -31,7 +31,7 @@
3131
* //.. other options
3232
* })
3333
* const name = ipns(helia, [
34-
* dht(helia)
34+
* dht(helia),
3535
* pubsub(helia)
3636
* ])
3737
*

0 commit comments

Comments
 (0)