From d9f094157183eea318ef0444ace389f595e6782b Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 6 Dec 2017 11:06:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e6e16bf..8dba99640 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ The current available storage is IPFS. It can be initialized as EmbarkJS.Storage.getUrl(hash); ``` -note: if not using localhost, the cors needs to be set as ```ipfs --json API.HTTPHeaders.Access-Control-Allow-Origin '["your-host-name-port"]``` +note: if not using localhost, the cors needs to be set as ```ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["your-host-name-port"]``` EmbarkJS - Communication ======