From 335292f3804180d4d85b6c8581f11ca1d541d132 Mon Sep 17 00:00:00 2001 From: Paul Cowgill Date: Thu, 19 Dec 2019 20:36:00 -0600 Subject: [PATCH 1/2] Grammar fix --- examples/bundle-browserify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bundle-browserify/README.md b/examples/bundle-browserify/README.md index a185527e0..def887200 100644 --- a/examples/bundle-browserify/README.md +++ b/examples/bundle-browserify/README.md @@ -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 "[\"*\"]" From 930274188edc1b684ee08a7b75ab366700e59572 Mon Sep 17 00:00:00 2001 From: Paul Cowgill Date: Thu, 19 Dec 2019 20:41:35 -0600 Subject: [PATCH 2/2] Same grammar fix in a different spot --- examples/bundle-webpack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bundle-webpack/README.md b/examples/bundle-webpack/README.md index 3b894b7f5..c85543240 100644 --- a/examples/bundle-webpack/README.md +++ b/examples/bundle-webpack/README.md @@ -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 "[\"*\"]"