Skip to content

Commit 612715c

Browse files
committed
build: minor comment tweaks
1 parent 75b1532 commit 612715c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* compression
33
* Copyright(c) 2010 Sencha Inc.
44
* Copyright(c) 2011 TJ Holowaychuk
5+
* Copyright(c) 2014 Jonathan Ong
56
* MIT Licensed
67
*/
78

@@ -44,8 +45,6 @@ exports.filter = function filter(req, res) {
4445
/**
4546
* Compress response data with gzip / deflate.
4647
*
47-
* See README.md for documentation of options.
48-
*
4948
* @param {Object} options
5049
* @return {Function} middleware
5150
* @api public

0 commit comments

Comments
 (0)