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 9, 2014
1 parent af52357 commit fe00aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# is-object <sup>[![Version Badge][12]][npm-url]</sup>
# is-object <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>

[![build status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]
Expand Down Expand Up @@ -46,7 +46,7 @@ assert.equal(isObject({}), true);
[dev-deps-svg]: https://david-dm.org/ljharb/is-object/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/is-object#info=devDependencies
[npm-url]: https://npmjs.org/package/is-object
[12]: http://vb.teelaun.ch/ljharb/is-object.svg
[npm-version-svg]: http://vb.teelaun.ch/ljharb/is-object.svg
[13]: https://nodei.co/npm/is-object.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/is-object.svg
[license-url]: LICENSE
Expand Down

0 comments on commit fe00aab

Please sign in to comment.