Skip to content

Commit

Permalink
Add more badges to README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd committed Mar 9, 2024
1 parent 8c1074e commit acfac63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm install
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# dectalk-tts

[![API status](https://github.com/JstnMcBrd/dectalk-tts/actions/workflows/api.yml/badge.svg)](https://github.com/JstnMcBrd/dectalk-tts/actions/workflows/api.yml)
[![npm package](https://badge.fury.io/js/dectalk-tts.svg)](https://badge.fury.io/js/dectalk-tts)
[![API status](https://img.shields.io/github/actions/workflow/status/JstnMcBrd/dectalk-tts/api.yml?logo=github&label=API%20status)](https://github.com/JstnMcBrd/dectalk-tts/actions/workflows/api.yml)
[![Validate](https://img.shields.io/github/actions/workflow/status/JstnMcBrd/dectalk-tts/validate.yml?logo=github&label=Validate)](https://github.com/JstnMcBrd/dectalk-tts/actions/workflows/validate.yml)
<br />
[![NPM Version](https://img.shields.io/npm/v/dectalk-tts)](https://www.npmjs.com/package/dectalk-tts)
[![NPM License](https://img.shields.io/npm/l/dectalk-tts)](./LICENSE)
![NPM Type Definitions](https://img.shields.io/npm/types/dectalk-tts)
![NPM Downloads](https://img.shields.io/npm/dt/dectalk-tts)
<br />
![Node version](https://img.shields.io/node/v/dectalk-tts)

## About

Expand Down

0 comments on commit acfac63

Please sign in to comment.