Skip to content

Commit

Permalink
Add travis badge to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 15, 2014
1 parent e6dcb06 commit ad8c9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

Next-generation take on the [hooks](http://npmjs.org/package/hooks), meant to offer additional flexibility in allowing you to execute hooks whenever necessary, as opposed to simply wrapping a single function.

<img src="https://travis-ci.org/vkarpov15/kareem.svg?branch=master">

Named for the NBA's all-time leading scorer Kareem Abdul-Jabbar, known for his mastery of the [hook shot](http://en.wikipedia.org/wiki/Kareem_Abdul-Jabbar#Skyhook)

<img src="http://upload.wikimedia.org/wikipedia/commons/0/00/Kareem-Abdul-Jabbar_Lipofsky.jpg" width="220">
Expand Down
3 changes: 2 additions & 1 deletion docs.js
Expand Up @@ -8,6 +8,7 @@ var mdOutput =
'Next-generation take on the [hooks](http://npmjs.org/package/hooks), ' +
'meant to offer additional flexibility in allowing you to execute hooks ' +
'whenever necessary, as opposed to simply wrapping a single function.\n\n' +
'<img src="https://travis-ci.org/vkarpov15/kareem.svg?branch=master">\n\n' +
'Named for the NBA\'s all-time leading scorer Kareem Abdul-Jabbar, known ' +
'for his mastery of the [hook shot](http://en.wikipedia.org/wiki/Kareem_Abdul-Jabbar#Skyhook)\n\n' +
'<img src="http://upload.wikimedia.org/wikipedia/commons/0/00/Kareem-Abdul-Jabbar_Lipofsky.jpg" width="220">\n\n' +
Expand All @@ -30,4 +31,4 @@ for (var i = 0; i < blocks.length; ++i) {
}
}

require('fs').writeFileSync('README.md', mdOutput);
require('fs').writeFileSync('README.md', mdOutput);

0 comments on commit ad8c9b3

Please sign in to comment.