Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
consistency on quotes: ' → "
  • Loading branch information
philcockfield committed Feb 28, 2024
1 parent 05b28ce commit 74236f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ const conn = peer.connect("another-peers-id");
Then use that to pass into the constructor of the automerge network adapter:

```ts
import { PeerjsNetworkAdapter } from 'automerge-repo-network-peerjs';
import { PeerjsNetworkAdapter } from "automerge-repo-network-peerjs";
const adapter = new PeerjsNetworkAdapter(conn);
```

Expand Down

0 comments on commit 74236f3

Please sign in to comment.