aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Nilsson <[email protected]>2011-11-26 11:02:25 +0100
committerJohan Nilsson <[email protected]>2011-11-26 11:02:25 +0100
commit0bede6f6e20a9287d7625cf2b36046dc84f5cf72 (patch)
tree644acf4cc5fa361ced3723b11f7ef819644c71bf
parent94486e33cd16fcced0d232cc4a3133171f233ce2 (diff)
Add README.
-rw-r--r--README.md11
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)