Skip to content

Commit

Permalink
Cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Apr 14, 2022
1 parent db31c20 commit f008810
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
matrix:
include:
- node_js: node
env: MOZ_HEADLESS=1 TEST="browser-cover -- --browsers chrome"
env: MOZ_HEADLESS=1 TEST="test:browser -- --browsers chrome"
sudo: false
addons:
chrome: stable
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# @oada/id-client

[![Build Status](https://travis-ci.org/OADA/oada-id-client-js.svg?branch=master)](https://travis-ci.org/OADA/oada-id-client-js)
[![Coverage Status](https://coveralls.io/repos/OADA/oada-id-client-js/badge.svg?branch=master)](https://coveralls.io/r/OADA/oada-id-client-js?branch=master)
[![Dependency Status](https://david-dm.org/oada/oada-id-client-js.svg)](https://david-dm.org/oada/oada-id-client-js)
[![License](http://img.shields.io/:license-Apache%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

# oada-id-client
[![npm](https://img.shields.io/npm/v/@oada/id-client)](https://www.npmjs.com/package/@oada/id-client)
[![Downloads/week](https://img.shields.io/npm/dw/@oada/id-client.svg)](https://npmjs.org/package/@oada/id-client)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![License](https://img.shields.io/github/license/OADA/oada-id-client-js)](LICENSE)

JavaScript client library for OADA identity.
TypeScript/JavaScript client library for OADA identity.
Can be used both in NodeJS and in the browser.

## Getting Started
Expand All @@ -26,7 +28,7 @@ The code to use in the browser can be generated with the following command:
yarn bundle
```

This will create the file `dist/bundle.js`.
This will create the file `bundle.js`.

## Examples

Expand Down

0 comments on commit f008810

Please sign in to comment.