Skip to content

Commit

Permalink
Merge pull request #92 from aion-dk/readme-improvements
Browse files Browse the repository at this point in the history
Full coverage SVG URL, ditch version specificity from README
  • Loading branch information
suneg authored Oct 21, 2021
2 parents 7921786 + 741065a commit b35d0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Assembly Voting JS Client

![Code coverage](./.github/coverage_badge.svg)
![Code coverage](https://raw.githubusercontent.com/aion-dk/js-client/main/.github/coverage_badge.svg)

Javascript API for building voter-facing election applications.

## Installing
Install directly from Github into your Javascript project.
```
npm install aion-dk/js-client#v0.1.2
npm install aion-dk/js-client
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aion-dk/js-client",
"version": "0.1.3",
"version": "0.1.4",
"description": "Assembly Voting JS client",
"main": "dist/lib/av_client.js",
"types": "dist/lib/av_client.d.ts",
Expand Down

0 comments on commit b35d0b3

Please sign in to comment.