Skip to content

Commit

Permalink
Add favicon to HTML example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Aug 18, 2013
1 parent 9eff228 commit 0e22fc6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ Enhance your useless favicon with **FavCount™** technology.
Load up `favcount.js` in your HTML.

```html
<body>
...
<!-- bottom of body -->
<script src='favcount.js' type='text/javascript'></script>
</body>
<html>
<head>
<link rel='icon' type='image/png' href='path/to/favicon.ico'>
</head>

<body>
...
<!-- bottom of body -->
<script src='favcount.js' type='text/javascript'></script>
</body>
</html>
```

Create and use a `Favcount` in your JavaScript.
Expand Down

0 comments on commit 0e22fc6

Please sign in to comment.