Skip to content

Commit

Permalink
fixed images not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vuh authored Jul 13, 2021
1 parent ac92d30 commit f6d2dc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ theme.print("Hello World!", True, "[custom tag] ")
# print without tag
theme.print("Hello World!", False)
```
[Imgur](https://imgur.com/VNT38Zn)
![Imgur](https://imgur.com/VNT38Zn)

### Input
```py
Expand All @@ -53,7 +53,7 @@ theme.input("prompt", float)
# input expecting a string
theme.input("prompt", string)
```
[Imgur](https://imgur.com/PoSSG3E)
![Imgur](https://imgur.com/PoSSG3E)

### Misc
```py
Expand All @@ -70,6 +70,6 @@ theme.clear()
# bench
theme._bench()
```
[Imgur](https://imgur.com/JJSH31t)
[Imgur](https://imgur.com/evDrBEY)
[Imgur](https://imgur.com/Rbfe2K6)
![Imgur](https://imgur.com/JJSH31t)
![Imgur](https://imgur.com/evDrBEY)
![Imgur](https://imgur.com/Rbfe2K6)

0 comments on commit f6d2dc5

Please sign in to comment.