Skip to content

Commit d5b9ba7

Browse files
committed
don't highlight non-javascript as javascript
1 parent 28f6dc1 commit d5b9ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
Let's suppose you were running multiple http application servers, but you only wanted to expose one machine to the internet. You could setup node-http-proxy on that one machine and then reverse-proxy the incoming http requests to locally running services which were not exposed to the outside network.
2424

2525
### Installing npm (node package manager)
26-
``` js
26+
```
2727
curl http://npmjs.org/install.sh | sh
2828
```
2929

3030
### Installing node-http-proxy
31-
``` js
31+
```
3232
npm install http-proxy
3333
```
3434

@@ -299,7 +299,7 @@ server.on('upgrade', function(req, socket, head) {
299299
If you have a suggestion for a feature currently not supported, feel free to open a [support issue][6]. node-http-proxy is designed to just proxy http requests from one server to another, but we will be soon releasing many other complimentary projects that can be used in conjunction with node-http-proxy.
300300
301301
## Run Tests
302-
``` js
302+
```
303303
vows test/*-test.js --spec
304304
vows test/*-test.js --spec --https
305305
```

0 commit comments

Comments
 (0)