Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix the badge link
  • Loading branch information
RFSH authored Jan 5, 2025
1 parent 0630c35 commit 5209dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ERMrestJS [![Build Status](https://github.com/informatics-isi-edu/ermrestjs/workflows/ERMrestJS%20tests/badge.svg?branch=master)](https://github.com/informatics-isi-edu/ermrestjs/actions?query=workflow%3A%22ERmrestJS+tests%22+branch%3Amaster)
# ERMrestJS [![Build Status](https://github.com/informatics-isi-edu/ermrestjs/actions/workflows/unit-test.yml/badge.svg?branch=master)](https://github.com/informatics-isi-edu/ermrestjs/actions?query=workflow%3A%22ERmrestJS+tests%22+branch%3Amaster)

The ERMrestJS is a javascript client library for interacting with the [ERMrest](http://github.com/informatics-isi-edu/ermrest) service. It provides higher-level, simplified application programming interfaces (APIs) for working with the Entity-Relationship concepts native to ERMrest.

Expand All @@ -15,7 +15,7 @@ See [ERMrestJS installation](docs/user-docs/installation.md).

## Usage

ERMrestJS can be used in the browser, nodeJS, or AngularJS environments. See [ERMrestJS usage](docs/user-docs/usage.md) for more detail.
See [ERMrestJS usage](docs/user-docs/usage.md).

## Resources

Expand All @@ -40,7 +40,7 @@ When developing new code for ERMrestJS, please make sure you're following these
8. make your pull request, assign it to yourself, and ask someone to review your code.
- Try to provide as much information as you can on your PR. Explain the issues that the PR is fixing and the changes that you've made in the PR.
- Provide examples if applicable.
- Resolve the conflicts with the `master` before merging the code (and make sure documentation and tests are good to go).
- Resolve the conflicts with the `master` before merging the code (and ensure documentation and tests are good to go).

## Help and Contact

Expand Down

0 comments on commit 5209dad

Please sign in to comment.