aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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)