Skip to content

Commit

Permalink
Merge ce2543d into 00143dd
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Nov 10, 2014
2 parents 00143dd + ce2543d commit 8fa9251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

Node.js middleware for serving a favicon.

There are several reasons to use this module to serve your favicon instead of
allowing it to be served by generic static file serving middleware. User agents
request favicons frequently and indiscriminately, so you may wish to exclude
these requests from your log; you can do this by using this module before you
use your logger middleware. This module also caches the favicon in memory to
improve performance.

## Install

```bash
Expand Down

0 comments on commit 8fa9251

Please sign in to comment.