Skip to content

Commit 6265427

Browse files
committed
Use absolute image URLs for GitHub Packages compatibility
1 parent 131966f commit 6265427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

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

2626
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.
2727

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

3030
## API Calls
3131

0 commit comments

Comments
 (0)