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

Commit

Permalink
Remove note about no daemon running
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed May 11, 2016
1 parent f7bcd42 commit 2aae779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ $ npm install --save ipfs-api

#### Running the daemon with the right port

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.
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.

```sh
# Show the ipfs config API port to check it is correct
Expand Down

0 comments on commit 2aae779

Please sign in to comment.