Skip to content

Commit

Permalink
Merge 4d45fe2 into ec2ae17
Browse files Browse the repository at this point in the history
  • Loading branch information
crispen-smith committed Feb 4, 2015
2 parents ec2ae17 + 4d45fe2 commit f58f676
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,8 @@
[![Test Coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]

Node.js middleware for serving a favicon.
Node.js middleware for serving the default favicon.
Favicons are the visual cue that client software, like browsers, use to identify a site. For example the octocat image seen on github pages is a favicon. [For more infomration see <https://en.wikipedia.org/wiki/Favicon>]

Why use this module?

Expand Down Expand Up @@ -104,6 +105,8 @@ var server = http.createServer(function onRequest(req, res) {
server.listen(3000);
```

For projects where supporting devices that use additional icons is critical, additional middleware is required. For example, serve-static.

## License

[MIT](LICENSE)
Expand Down

0 comments on commit f58f676

Please sign in to comment.