Skip to content

Commit cdc3d3f

Browse files
Sony Sengsonyseng
authored andcommitted
fix CI node version
1 parent 66d18fe commit cdc3d3f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "6"
5-
- "7"
6-
- "8"
4+
- "10"
75
- "node"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ npm install -D json-caching-proxy
4646
$ json-caching-proxy -u http://remote:8080 -l
4747
```
4848

49-
#### Example - Bypassing CORS when proxying to a 3rd party api server
49+
#### Example - bypassing CORS when proxying to a 3rd party api server
5050
```
5151
$ json-caching-proxy -u http://cors-api.example.com -o localhost:9000 -z
5252
```

0 commit comments

Comments
 (0)