Skip to content

Commit

Permalink
fix cap typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Singh committed Mar 12, 2024
1 parent 787b756 commit d3e9fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/making-a-pear-desktop-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Replace `app.js` with
import Hyperswarm from 'hyperswarm' // Module for P2P networking and connecting peers
import crypto from 'hypercore-crypto' // Cryptographic functions for generating the key in app
import b4a from 'b4a' // Module for buffer-to-string and vice-versa conversions
const { teardown } = Pear // cleanup function
const { teardown } = Pear // Cleanup function

const swarm = new Hyperswarm()

Expand Down

0 comments on commit d3e9fad

Please sign in to comment.