Skip to content

Commit 415ffb5

Browse files
committed
misc: another fix
1 parent 480e636 commit 415ffb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/generate-package-table-for-readme.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const rows = [
6363
['libp2p/js-peer-info', 'peer-info'],
6464

6565
'Content Routing',
66-
['libp2p/interface-content-routing', 'interface-'],
67-
['libp2p/js-libp2p-delegated-content-routing', 'libp2p-'],
68-
['libp2p/js-libp2p-kad-dht', 'libp2p-'],
66+
['libp2p/interface-content-routing', 'interface-content-routing'],
67+
['libp2p/js-libp2p-delegated-content-routing', 'libp2p-delegated-content-routing'],
68+
['libp2p/js-libp2p-kad-dht', 'libp2p-kad-dht'],
6969

7070
'Peer Routing',
7171
['libp2p/interface-peer-routing', 'interface-peer-routing'],

0 commit comments

Comments
 (0)