Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tomgallacher/gzippo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gallacher committed May 28, 2011
2 parents 7a1b6d3 + 4258093 commit 8ecced3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gzippo

[![Flattr Button](http://api.flattr.com/button/button-compact-static-100x17.png "Flattr This!")](https://flattr.com/thing/282348/gzippo-node-js-gzip-module "gzippo - node.js gzip module")
Bitcoin me: 1DnVpXSGubdyBSbyuJZNMNzkAVrwPJhaUL

gzippo pronounced `g-zippo` is a gzip middleware for Connect using Compress for better performace.

## Installation
Expand All @@ -9,6 +12,7 @@ gzippo pronounced `g-zippo` is a gzip middleware for Connect using Compress for
### Usage

In your express/connect server setup, use as follows:

var gzippo = require('gzippo');

//Replace the static provider with gzippo's
Expand Down

0 comments on commit 8ecced3

Please sign in to comment.