Skip to content

Commit

Permalink
Naming npm version badge SVG in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 13, 2014
1 parent 8b0dce9 commit 4b66e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
#listify <sup>[![Version Badge][2]][npm-url]</sup>
#listify <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>

[![Build Status][3]][4] [![dependency status][5]][6] [![dev dependency status][7]][8]

Expand All @@ -21,7 +21,7 @@ assert(listify([1, 2, 3], { separator: '… ', finalWord: 'or' }) === '1… 2…
Simply clone the repo, `npm install`, and run `npm test`

[npm-url]: https://npmjs.org/package/listify
[2]: http://vb.teelaun.ch/ljharb/listify.svg
[npm-version-svg]: http://vb.teelaun.ch/ljharb/listify.svg
[3]: https://travis-ci.org/ljharb/listify.svg
[4]: https://travis-ci.org/ljharb/listify
[5]: https://david-dm.org/ljharb/listify.svg
Expand Down

0 comments on commit 4b66e49

Please sign in to comment.