Skip to content

Commit

Permalink
Update image links in README
Browse files Browse the repository at this point in the history
Image links in README file have been updated to point directly to the repository assets. This change includes images under WavyStyle and STTStyle, ensuring they display correctly wherever the README is viewed.
  • Loading branch information
wavy-cat committed Apr 26, 2024
1 parent 174a8e0 commit 35dd2b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ Created by @wavy-cat.
Class name: `WavyStyle`.
This is the default style in TotemBuilder.

| Basil | Sylphiette | PWGood |
|---------------------------------|--------------------------------------|----------------------------------|
| ![Image](assets/basil_wavy.png) | ![Image](assets/sylphiette_wavy.png) | ![Image](assets/pwgood_wavy.png) |
| Basil | Sylphiette | PWGood |
|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
| ![Image](https://raw.githubusercontent.com/wavy-cat/wavy-totem-lib/main/assets/basil_wavy.png) | ![Image](https://raw.githubusercontent.com/wavy-cat/wavy-totem-lib/main/assets/sylphiette_wavy.png) | ![Image](https://raw.githubusercontent.com/wavy-cat/wavy-totem-lib/main/assets/pwgood_wavy.png) |

```python
from wavy_totem_lib import TotemBuilder, WavyStyle
Expand All @@ -126,9 +126,9 @@ Created by @UnFamousSoul.
The code is taken from the [UnFamousSoul/STT](https://github.com/UnFamousSoul/STT) repository.
Class name: `STTStyle`.

| Basil | Sylphiette | PWGood |
|--------------------------------|-------------------------------------|---------------------------------|
| ![Image](assets/basil_stt.png) | ![Image](assets/sylphiette_stt.png) | ![Image](assets/pwgood_stt.png) |
| Basil | Sylphiette | PWGood |
|-----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|
| ![Image](https://raw.githubusercontent.com/wavy-cat/wavy-totem-lib/main/assets/basil_stt.png) | ![Image](https://raw.githubusercontent.com/wavy-cat/wavy-totem-lib/main/assets/sylphiette_stt.png) | ![Image](https://raw.githubusercontent.com/wavy-cat/wavy-totem-lib/main/assets/pwgood_stt.png) |

```python
from wavy_totem_lib import TotemBuilder, STTStyle
Expand Down

0 comments on commit 35dd2b4

Please sign in to comment.