Skip to content

Commit

Permalink
don't highlight non-javascript as javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
benatkin committed May 17, 2011
1 parent 28f6dc1 commit d5b9ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
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.

### Installing npm (node package manager)
``` js
```
curl https://npmjs.org/install.sh | sh
```

### Installing node-http-proxy
``` js
```
npm install http-proxy
```

Expand Down Expand Up @@ -299,7 +299,7 @@ server.on('upgrade', function(req, socket, head) {
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.
## Run Tests
``` js
```
vows test/*-test.js --spec
vows test/*-test.js --spec --https
```
Expand Down

0 comments on commit d5b9ba7

Please sign in to comment.