Skip to content

Commit

Permalink
docs(gzip): add compression to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Feb 17, 2015
1 parent 11c2c6a commit ccd688d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/proxy.gzip.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Install:
* npm install browser-sync
* npm install browser-sync compression
*
* Run:
* node <yourfile.js>
Expand Down
2 changes: 1 addition & 1 deletion examples/server.gzip.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Install:
* npm install browser-sync
* npm install browser-sync compression
*
* Run:
* node <yourfile.js>
Expand Down

0 comments on commit ccd688d

Please sign in to comment.