Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 70c2e7d

Browse files
committed
docs(http): small tweaks to tutorial
1 parent 07f5c6a commit 70c2e7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

http/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This exposes the node as an HTTP API. The config directory has also grown to
7070
include a `blockstore`, a `datastore` and an `api` file:
7171

7272
```
73-
.ipfs
73+
.rust-ipfs
7474
├── api
7575
├── blockstore
7676
├── config
@@ -104,8 +104,7 @@ This returns the information about the node.
104104
}
105105
```
106106

107-
The query is shown in the node's log showing the `/api/v0/id` endpoint was
108-
queried:
107+
The query is logged by the node and shows the `/api/v0/id` endpoint handled the request:
109108

110109
```
111110
INFO ipfs-http: 127.0.0.1:58811 "POST /api/v0/id HTTP/1.1" 200 "-" "go-ipfs-cmds/http" 2.795971ms

0 commit comments

Comments
 (0)