Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philcockfield committed Feb 26, 2024
1 parent 6d1a1e4 commit e766edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[![ci.node](https://github.com/philcockfield/automerge-repo-network-peerjs/actions/workflows/ci.node.yml/badge.svg)](https://github.com/philcockfield/automerge-repo-network-peerjs/actions/workflows/ci.node.yml)
# automerge-repo-network-peerjs

A network adapter for [automerge-repo](https://github.com/automerge/automerge-repo) for WebRTC, based on the point-to-point [MessageChannelNetworkAdapter](https://github.com/automerge/automerge-repo/blob/main/packages/automerge-repo-network-messagechannel/src/index.ts).
A network adapter for WebRTC, based on the point-to-point [MessageChannelNetworkAdapter](https://github.com/automerge/automerge-repo/blob/main/packages/automerge-repo-network-messagechannel/src/index.ts).

---

**PLEASE NOTE:** This is not an official part of the automerge-repo project, rather a community contribution that includes a dependency on the [peerjs](https://github.com/peers/peerjs) library.
**PLEASE NOTE:** This is not an official part of the [automerge-repo](https://github.com/automerge/automerge-repo) project, rather a community contribution that includes a dependency on the [peerjs](https://github.com/peers/peerjs) library.

## Setup

```
yarn add automerge-repo-network-peerjs
```


## Licence: MIT

0 comments on commit e766edb

Please sign in to comment.