Skip to content

Commit

Permalink
docs: grammar fix (ipfs#1208)
Browse files Browse the repository at this point in the history
* Grammar fix

* Same grammar fix in a different spot
  • Loading branch information
pcowgill authored and Alan Shaw committed Dec 31, 2019
1 parent 8b9fc28 commit 4cd7858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bundle-browserify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As for any js-ipfs-http-client example, **you need a running IPFS daemon**, you

**Note:** If you load your app from a different domain than the one the daemon is running (most probably), you will need to set up CORS, see https://github.com/ipfs/js-ipfs-http-client#cors to learn how to do that.

A quick (and dirty way to get it done) is:
A quick (and dirty) way to get it done is:

```bash
> ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"*\"]"
Expand Down
2 changes: 1 addition & 1 deletion examples/bundle-webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As for any js-ipfs-http-client example, **you need a running IPFS daemon**, you

**Note:** If you load your app from a different domain than the one the daemon is running (most probably), you will need to set up CORS, see https://github.com/ipfs/js-ipfs-http-client#cors to learn how to do that.

A quick (and dirty way to get it done) is:
A quick (and dirty) way to get it done is:

```bash
> ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"*\"]"
Expand Down

0 comments on commit 4cd7858

Please sign in to comment.