Skip to content

Commit

Permalink
Update view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 21, 2024
1 parent 28f4061 commit 02c59b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<script src='https://unpkg.com/[email protected]/dist/peerjs.min.js'></script>
<script>
const peer = Peer()
const peer = new Peer()
const conn = peer.connect('7d9b7c23-777e-4cb5-9bb4-873e0f881c3b');

conn.on('open', () => {
Expand Down

0 comments on commit 02c59b4

Please sign in to comment.