Skip to content

Commit f4cbf09

Browse files
committed
Use absolute image URLs for GitHub Packages compatibility
1 parent 5197ef4 commit f4cbf09

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
test/
22
test-cases/
3+
test-data/
34
utilities/
5+
Graphics/
6+
.github/
7+
nodejs.png
8+
test_example.js
49
.travis.yml
510
.eslintrc.json
611
release.sh
7-
nodejs.png

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="./nodejs.png" width="100%" style="width:100%" />
1+
<img src="https://raw.githubusercontent.com/voiceittech/voiceit3-nodejs/main/nodejs.png" width="100%" style="width:100%" />
22

33
[![API Test](https://github.com/voiceittech/voiceit3-nodejs/actions/workflows/test.yml/badge.svg)](https://github.com/voiceittech/voiceit3-nodejs/actions/workflows/test.yml)
44
[![Dependabot](https://img.shields.io/github/issues-pr/voiceittech/voiceit3-nodejs/dependencies?label=dependabot&logo=dependabot&color=025e8c)](https://github.com/voiceittech/voiceit3-nodejs/pulls?q=is%3Apr+label%3Adependencies)
@@ -28,7 +28,7 @@ npm i @voiceittech/voiceit3-nodejs
2828

2929
Sign up at [voiceit.io/pricing](https://voiceit.io/pricing) to get your API Key and Token, then log in to the [Dashboard](https://dashboard.voiceit.io) to manage your account.
3030

31-
<img src="./Graphics/getcredentials.png" alt="API Key and Token" width="400px" />
31+
<img src="https://raw.githubusercontent.com/voiceittech/voiceit3-nodejs/main/Graphics/getcredentials.png" alt="API Key and Token" width="400px" />
3232

3333
## API Calls
3434

0 commit comments

Comments
 (0)