Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jun 4, 2024
1 parent 81cddb5 commit 73a5dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/discv5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Included is a libp2p peer-discovery compatibility module.
#### Example

```typescript
import { Discv5Discovery } from "@chainsafe/discv5";
import {Discv5Discovery} from "@chainsafe/discv5";
import {ENR, SignableENR} from "@chainsafe/enr";
import {createLibp2p} from "libp2p";
import PeerId from "peer-id";

Expand Down

0 comments on commit 73a5dd1

Please sign in to comment.