Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ncrohn committed Apr 25, 2011
1 parent 1dde6a4 commit 8d9c7d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -2,12 +2,12 @@

Express Uglify requires the following packages:

ExpressJS - https://github.com/visionmedia/express
UglifyJS - https://github.com/mishoo/UglifyJS
- [ExpressJS](https://github.com/visionmedia/express)
- [UglifyJS](https://github.com/mishoo/UglifyJS)

Usage:
## Usage:

app.use(require('express-uglify').middleware({ src: __dirname + '/public' }));
app.use(require('express-uglify').middleware({ src: __dirname + '/public' }));



Expand Down

0 comments on commit 8d9c7d4

Please sign in to comment.