Skip to content

Commit 3cbf165

Browse files
committed
Update README
1 parent 0000676 commit 3cbf165

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Hyperbee Commands:
6363
Daemon Commands:
6464

6565
hyp daemon status - Check the status of the hyperspace daemon.
66+
hyp daemon start - Start the hyperspace daemon.
6667
hyp daemon stop - Stop the hyperspace and mirroring daemons if active.
6768

6869
Aliases:
@@ -122,4 +123,4 @@ The [website documentation](https://hypercore-protocol.org/guides/hyp/) have a l
122123
- [Full Commands Reference](https://hypercore-protocol.org/guides/hyp/commands/)
123124
- [Guide: Sharing Folders](https://hypercore-protocol.org/guides/hyp/sharing-folders/)
124125
- [Guide: Seeding Data](https://hypercore-protocol.org/guides/hyp/seeding-data/)
125-
- [Guide: Beaming Files](https://hypercore-protocol.org/guides/hyp/beaming-files/)
126+
- [Guide: Beaming Files](https://hypercore-protocol.org/guides/hyp/beaming-files/)

lib/commands/daemon/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Examples:
1010
`
1111
export default {
1212
name: 'daemon start',
13-
description: 'Start the Hyperspace daemon.',
13+
description: 'Start the hyperspace daemon.',
1414
usage: {
1515
full: FULL_USAGE
1616
},

0 commit comments

Comments
 (0)