Skip to content

Commit 5f6514d

Browse files
authored
Update README.md
1 parent 594f3cd commit 5f6514d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ Or:
5151
vid.mkv
5252
```
5353

54-
### Hyperdrive API
55-
The daemon also provides a gRPC API for interacting with remote Hyperdrives. [`hyperdrive-daemon-client`](https://github.com/andrewosh/hyperdrive-daemon-client) is a Node client that you can use to interact with the API. If you'd like to write a client in another language, check out the schema definitions in [`hyperdrive-schemas`](https://github.com/andrewosh/hyperdrive-schemas)
56-
5754
## Installation
5855
```
5956
npm i hyperdrive-daemon -g
@@ -87,6 +84,9 @@ If you want to stop the daemon, you can run:
8784
The Hyperdrive daemon has been stopped.
8885
```
8986

87+
## API
88+
The daemon exposes a gRPC API for interacting with remote Hyperdrives. [`hyperdrive-daemon-client`](https://github.com/andrewosh/hyperdrive-daemon-client) is a Node client that you can use to interact with the API. If you'd like to write a client in another language, check out the schema definitions in [`hyperdrive-schemas`](https://github.com/andrewosh/hyperdrive-schemas)
89+
9090
## CLI
9191

9292
Hypermount provides an HTTP interface for mounting, unmounting, and providing status information about all current mounts. There's also a bundled CLI tool which wraps the HTTP interfaces and provides the following commands:

0 commit comments

Comments
 (0)