Skip to content

Commit

Permalink
docs: update api example
Browse files Browse the repository at this point in the history
`copyPublicGatewayUrlToClipboard` -> `copyHttpGatewayUrlToClipboard`
  • Loading branch information
olizilla authored and agentofuser committed May 4, 2019
1 parent 02c28d1 commit 104820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -176,7 +176,7 @@ const deploy = require('@agentofuser/ipfs-deploy')
try {
const deployOptions = {
publicDirPath: argv.path,
copyPublicGatewayUrlToClipboard: !argv.noClipboard,
copyHttpGatewayUrlToClipboard: !argv.noClipboard,
open: !argv.O,
remotePinners: argv.p,
dnsProviders: argv.d,
Expand Down

0 comments on commit 104820b

Please sign in to comment.