From f549c16988c275d087cca027bcd3a7c301e7a04f Mon Sep 17 00:00:00 2001 From: fukayatsu Date: Sun, 21 Apr 2013 23:05:22 +0900 Subject: [PATCH] Update Example --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7047311..e6e9ddc 100644 --- a/README.markdown +++ b/README.markdown @@ -30,7 +30,7 @@ modifications. With dotjs, just add or edit files in $ cat ~/.js/github.com.js // swap github logo with trollface - $('a.header-logo-blacktocat').html( + $('a[class^=header-logo-]').html( $('') .attr('src', '//bit.ly/ghD24e') .css({'width': 'auto', 'height': '22px'})