Skip to content

Commit

Permalink
further minor tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Oct 30, 2011
1 parent bb7cc12 commit 9eee6b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ These days we have share and follower buttons for almost everything, except GitH
<img src='http://www.blarnee.com/images/screenshots_git.jpg'/>


###Getting Started
##Getting Started

The bookmarklet supports three size modes and all you need to do to start using it is include github-watchers.js (or github-watchers-nologo.js for a smaller version without the GitHub logo) and simply select the class below you would like GitHub Watchers to size your button with.

Expand All @@ -22,11 +22,11 @@ The three size modes supported which can be set via classes on any link are:
##Sample Code

<pre>
<a href="http://github.com/addyosmani/todomvc" target="_blank" class="gitwatch large">Watch us on GitHub</a>
<script type="text/javascript" src="github-watchers.js"></script>
&lt;a href=&quot;http://github.com/addyosmani/todomvc&quot; target=&quot;_blank&quot; class=&quot;gitwatch large&quot;&gt;Watch us on GitHub&lt;/a&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;github-watchers.js&quot;&gt;&lt;/script&gt;
</pre>

###Versions
##Versions
<ul>
<li>Standard (github-watchers.js) - uses an embedded GitHub logo (5.6KB minified)</li>
<li>No-logo variation (github-watchers-nologo.js) - no embedded logo (2.6KB minified)</li>
Expand Down

0 comments on commit 9eee6b5

Please sign in to comment.