mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-18 06:54:22 +01:00
Fix grammar in docs (#49)
* fix grammar in readme * fix grammar in compact-encoding * fix grammar in hyperdht * fix grammar in hyperdrive * fix grammar in hypercore * fix grammar in hyperswarm * fix grammar in localdrive * fix grammar in mirrordrive * fix grammar in sharing-a-pear-app * tiny fixes
This commit is contained in:
@@ -90,7 +90,7 @@ function appendMessage ({ name, message }) {
|
||||
|
||||
## Step 3. Run in dev mode
|
||||
|
||||
To test this chat app, in one terminal run `pear dev .`.
|
||||
To test this chat app, in one terminal run `pear dev .`
|
||||
|
||||
The app will output something similar to:
|
||||
|
||||
@@ -98,7 +98,7 @@ The app will output something similar to:
|
||||
[info] Created new chat room: a1b2c35fbeb452bc900c5a1c00306e52319a3159317312f54fe5a246d634f51a
|
||||
```
|
||||
|
||||
In another terminal use this key as input, `pear dev . a1b2c35fbeb452bc900c5a1c00306e52319a3159317312f54fe5a246d634f51a`.
|
||||
In another terminal use this key as input, `pear dev . a1b2c35fbeb452bc900c5a1c00306e52319a3159317312f54fe5a246d634f51a`
|
||||
|
||||
The app will output:
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ This will output something similar to the following
|
||||
^_^ announced
|
||||
```
|
||||
|
||||
As long as the process is running the application is being seeded. If other peers reseed the application the original process could be closed. Be sure to keep the terminal open this process running.
|
||||
As long as the process is running the application is being seeded. If other peers reseed the application the original process could be closed. Be sure to keep the terminal open while this process is running.
|
||||
|
||||
|
||||
## Step 4. Run the app on another machine
|
||||
|
||||
Reference in New Issue
Block a user