Skip to content

Commit

Permalink
docs(README): Fix the npm scripts deploy example with the right command
Browse files Browse the repository at this point in the history
The npm scripts example for deploy in the readme referenced `ipfs-daemon` instead of `ipfs-deploy`.
  • Loading branch information
kanej authored and agentofuser committed Jul 11, 2019
1 parent 2266a51 commit df1fc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ IPFS_DEPLOY_CLOUDFLARE__RECORD=_dnslink.mysubdomain.agentofuser.com
Important:

- Note the 2 `_` after `PINATA` and `CLOUDFLARE`.
- Remember you have to set the CNAME to cloudflare-ipfs.com yourself (only
- Remember you have to set the CNAME to `cloudflare-ipfs.com` yourself (only
once). ipfs-deploy then creates/updates the \_dnslink record.

**Don't** commit the `.env` file to source control unless you know what you're
Expand Down Expand Up @@ -185,7 +185,7 @@ You can optionally add a deploy command to your `package.json`:
//
"scripts": {
//
"deploy": "npx @agentofuser/ipfs-daemon public",
"deploy": "npx @agentofuser/ipfs-deploy public",
//
}
//
Expand Down

0 comments on commit df1fc14

Please sign in to comment.