Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 2aae779

Browse files
committed
Remove note about no daemon running
1 parent f7bcd42 commit 2aae779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install --save ipfs-api
2020

2121
#### Running the daemon with the right port
2222

23-
To interact with the API, you need to have a local daemon running (at the moment; we have plans to make it work independently). It needs to be open on the right port. `5001` is the default, and is used in the examples below, but it can be set to whatever you need.
23+
To interact with the API, you need to have a local daemon running. It needs to be open on the right port. `5001` is the default, and is used in the examples below, but it can be set to whatever you need.
2424

2525
```sh
2626
# Show the ipfs config API port to check it is correct

0 commit comments

Comments
 (0)