Skip to content

Commit

Permalink
Naming testling-ci URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 8, 2014
1 parent 35ae18f commit 23ea871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@

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

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

Given two valid integers in string form, return the smaller of the two.

Expand Down Expand Up @@ -42,8 +42,8 @@ Simply clone the repo, run `npm install`, and then run `npm test`.
[deps-url]: https://david-dm.org/ljharb/big-integer-min
[dev-deps-svg]: https://david-dm.org/ljharb/big-integer-min/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/big-integer-min#info=devDependencies
[9]: https://ci.testling.com/ljharb/big-integer-min.png
[10]: https://ci.testling.com/ljharb/big-integer-min
[testling-png]: https://ci.testling.com/ljharb/big-integer-min.png
[testling-url]: https://ci.testling.com/ljharb/big-integer-min
[11]: https://nodei.co/npm/big-integer-min.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/big-integer-min.svg
[license-url]: LICENSE
Expand Down

0 comments on commit 23ea871

Please sign in to comment.