fix: update README

This commit is contained in:
Stevan Freeborn
2023-02-20 15:12:19 -06:00
parent 9e6b9f3dd4
commit d35f8457f5
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -5,12 +5,14 @@ on:
paths-ignore:
- .github/**
- .husky/**
- ./README.md
branches:
- master
pull_request:
paths-ignore:
- .github/**
- .husky/**
- ./README.md
branches:
- master
jobs:
+2 -1
View File
@@ -1,6 +1,7 @@
# Onspring API Javascript SDK
[![lint_format_test](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_format_test.yaml/badge.svg)](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_format_test.yaml)
[![lint_format_test](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_format_test.yaml/badge.svg?branch=master)](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/lint_format_test.yaml)
[![codecov](https://codecov.io/github/StevanFreeborn/onspring-api-sdk-javascript/branch/master/graph/badge.svg?token=G1L3GKE0LV)](https://codecov.io/github/StevanFreeborn/onspring-api-sdk-javascript)
[![build_publish](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/build_publish.yml/badge.svg?branch=master)](https://github.com/StevanFreeborn/onspring-api-sdk-javascript/actions/workflows/build_publish.yml)
A javascript SDK for interacting with version 2 of the Onspring API.