Skip to content

Commit f6bf065

Browse files
committed
[readme] add github actions/codecov badges; update URLs
1 parent 4312be5 commit f6bf065

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# is-string <sup>[![Version Badge][2]][1]</sup>
1+
# is-string <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
22

33
[![github actions][actions-image]][actions-url]
44
[![coverage][codecov-image]][codecov-url]
5-
[![dependency status][5]][6]
6-
[![dev dependency status][7]][8]
5+
[![dependency status][deps-svg]][deps-url]
6+
[![dev dependency status][dev-deps-svg]][dev-deps-url]
77
[![License][license-image]][license-url]
88
[![Downloads][downloads-image]][downloads-url]
99

10-
[![npm badge][11]][1]
10+
[![npm badge][npm-badge-png]][package-url]
1111

1212
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
1313

@@ -39,13 +39,13 @@ assert.ok(isString(Object('foo')));
3939
## Tests
4040
Simply clone the repo, `npm install`, and run `npm test`
4141

42-
[1]: https://npmjs.org/package/is-string
43-
[2]: https://versionbadg.es/inspect-js/is-string.svg
44-
[5]: https://david-dm.org/inspect-js/is-string.svg
45-
[6]: https://david-dm.org/inspect-js/is-string
46-
[7]: https://david-dm.org/inspect-js/is-string/dev-status.svg
47-
[8]: https://david-dm.org/inspect-js/is-string#info=devDependencies
48-
[11]: https://nodei.co/npm/is-string.png?downloads=true&stars=true
42+
[package-url]: https://npmjs.org/package/is-string
43+
[npm-version-svg]: https://versionbadg.es/inspect-js/is-string.svg
44+
[deps-svg]: https://david-dm.org/inspect-js/is-string.svg
45+
[deps-url]: https://david-dm.org/inspect-js/is-string
46+
[dev-deps-svg]: https://david-dm.org/inspect-js/is-string/dev-status.svg
47+
[dev-deps-url]: https://david-dm.org/inspect-js/is-string#info=devDependencies
48+
[npm-badge-png]: https://nodei.co/npm/is-string.png?downloads=true&stars=true
4949
[license-image]: https://img.shields.io/npm/l/is-string.svg
5050
[license-url]: LICENSE
5151
[downloads-image]: https://img.shields.io/npm/dm/is-string.svg

0 commit comments

Comments
 (0)