diff options
author | Johan Nilsson <[email protected]> | 2011-11-26 11:02:25 +0100 |
---|---|---|
committer | Johan Nilsson <[email protected]> | 2011-11-26 11:02:25 +0100 |
commit | 0bede6f6e20a9287d7625cf2b36046dc84f5cf72 (patch) | |
tree | 644acf4cc5fa361ced3723b11f7ef819644c71bf | |
parent | 94486e33cd16fcced0d232cc4a3133171f233ce2 (diff) |
Add README.
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e02f991 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# You are only as good as your last commit + +JavaScript widget to include on your site that shows and links to your last commit on GitHub. + + <span class="lastcommit-widget" data-user="your github username"></span> + <script src="http://johannilsson.github.com/lastcommit/widget.js"></script> + +* It's not smart enough to filter out commits by others in a repository. +* Does not work properly on commits in branches. + +By [Johan Nilsson](http://markupartist.com) |