Skip to content

Commit 6dc5613

Browse files
committed
Update readme with coveralls badge
1 parent a3b8b1e commit 6dc5613

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# pdf-annotate.js
22

3-
[![build
4-
status](https://img.shields.io/travis/com/Submitty/pdf-annotate.js.svg?style=flat-square)](https://travis-ci.com/Submitty/pdf-annotate.js)
3+
[![Build Status](https://travis-ci.com/Submitty/pdf-annotate.js.svg?branch=master)](https://travis-ci.com/Submitty/pdf-annotate.js)
4+
[![Coverage Status](https://coveralls.io/repos/github/Submitty/pdf-annotate.js/badge.svg?branch=master)](https://coveralls.io/github/Submitty/pdf-annotate.js?branch=master)
55

6-
Annotation layer for [pdf.js](https://github.com/mozilla/pdf.js). Fork of [instructure/pdf-annotate.js](https://github.com/instructure/pdf-annotate.js/) and DynamicEnvironmentSystems/pdf-annotate.js, developed for usage within Submitty.
6+
Annotation layer for [PDF.js](https://github.com/mozilla/pdf.js).
7+
8+
Combined fork of archived [instructure/pdf-annotate.js](https://github.com/instructure/pdf-annotate.js/) and deleted DynamicEnvironmentSystems/pdf-annotate.js. Under active development for usage within [Submitty](https://github.com/Submitty/Submitty).
79

810
## Objectives
911

@@ -60,5 +62,8 @@ $ open http://127.0.0.1:8080
6062

6163
# run tests
6264
$ npm test
65+
66+
# lint the code
67+
$ npm run lint
6368
```
6469

0 commit comments

Comments
 (0)