Skip to content

Commit 6fd1aa2

Browse files
committed
Added docs badge.
1 parent fcf32d9 commit 6fd1aa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![NPM Downloads][downloads-image]][downloads-url]
55
[![GitHub Issues][issues-image]][issues-url]
66
[![GitHub Pull Requests][pulls-image]][pulls-url]
7+
[![Inline docs][docs-image]][docs-url]
78
[![Known Vulnerabilities][vulns-image]][vulns-url]
89

910
This module is loosely modelled after the scws2 Python module, supporting the 2.x REST API.
@@ -43,5 +44,7 @@ cm.login(username, password).then((resp) => {
4344
[issues-url]: https://github.com/cisc/scjs/issues
4445
[pulls-image]: https://img.shields.io/github/issues-pr/cisc/scjs.svg
4546
[pulls-url]: https://github.com/cisc/scjs/pulls
47+
[docs-image]: http://inch-ci.org/github/cisc/scjs.svg?branch=master&style=shields
48+
[docs-url]: http://inch-ci.org/github/cisc/scjs
4649
[vulns-image]: https://snyk.io/test/npm/scjs/badge.svg
4750
[vulns-url]: https://snyk.io/test/npm/scjs

0 commit comments

Comments
 (0)