Update README.md

This commit is contained in:
Iuri Matias 2017-12-06 11:06:42 -05:00 committed by GitHub
parent fd506e1448
commit d9f0941571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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); 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 EmbarkJS - Communication
====== ======