Skip to content

Commit

Permalink
Naming npm package URL in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 9, 2014
1 parent 70ab476 commit af52357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# is-object <sup>[![Version Badge][12]][11]</sup>
# is-object <sup>[![Version Badge][12]][npm-url]</sup>

[![build status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]

[![npm badge][13]][11]
[![npm badge][13]][npm-url]

[![browser support][testling-png]][testling-url]

Expand Down Expand Up @@ -45,7 +45,7 @@ assert.equal(isObject({}), true);
[8]: https://github.com/ljharb
[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
[11]: https://npmjs.org/package/is-object
[npm-url]: https://npmjs.org/package/is-object
[12]: 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
Expand Down

0 comments on commit af52357

Please sign in to comment.