We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d18fe commit cdc3d3fCopy full SHA for cdc3d3f
.travis.yml
@@ -1,7 +1,5 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - "6"
5
- - "7"
6
- - "8"
+ - "10"
7
- "node"
README.md
@@ -46,7 +46,7 @@ $ npm install -D json-caching-proxy
46
$ json-caching-proxy -u http://remote:8080 -l
47
```
48
49
-#### Example - Bypassing CORS when proxying to a 3rd party api server
+#### Example - bypassing CORS when proxying to a 3rd party api server
50
51
$ json-caching-proxy -u http://cors-api.example.com -o localhost:9000 -z
52
0 commit comments