This commit is contained in:
dmc
2024-02-01 00:05:53 +01:00
parent 95145e31cd
commit a3a498a07e
3 changed files with 87 additions and 47 deletions

View File

@@ -23,7 +23,7 @@ pear init -y -t terminal
npm install hypercore hyperswarm b4a
```
Alter the generated `writer-app/index.js` to the following:
Alter the generated `writer-app/index.js` file to the following:
```javascript
import Hyperswarm from 'hyperswarm'
@@ -60,7 +60,7 @@ pear init -y -t terminal
npm install hypercore hyperswarm
```
Alter the generated `reader-app/index.js` to the following:
Alter the generated `reader-app/index.js` file to the following:
```javascript