:Merge branch 'develop' of github.com:iurimatias/embark-framework into develop

This commit is contained in:
Iuri Matias 2017-12-06 11:42:40 -05:00
commit 17aad16ce2
1 changed files with 1 additions and 1 deletions

View File

@ -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
======