mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +01:00
Fix GIFs resizing in README.md
This commit is contained in:
parent
38cf5997e1
commit
d232319dfa
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -105,9 +105,7 @@ async fn main() {
|
|||
```
|
||||
|
||||
<div align="center">
|
||||
<kbd>
|
||||
<img src=../../raw/master/media/throw-dice.gif width="420px" />
|
||||
</kbd>
|
||||
<img src="../../raw/master/media/throw-dice.gif" width="420" />
|
||||
</div>
|
||||
|
||||
### Commands
|
||||
|
@ -175,9 +173,7 @@ async fn answer(
|
|||
```
|
||||
|
||||
<div align="center">
|
||||
<kbd>
|
||||
<img src=../../raw/master/media/command.gif width="420px" />
|
||||
</kbd>
|
||||
<img src="../../raw/master/media/command.gif" width="420" />
|
||||
</div>
|
||||
|
||||
### Dialogues management
|
||||
|
@ -300,9 +296,7 @@ async fn receive_location(
|
|||
```
|
||||
|
||||
<div align="center">
|
||||
<kbd>
|
||||
<img src=../../raw/master/media/dialogue.gif width="420px" />
|
||||
</kbd>
|
||||
<img src="../../raw/master/media/dialogue.gif" width="420" />
|
||||
</div>
|
||||
|
||||
[More examples >>](examples/)
|
||||
|
|
Loading…
Add table
Reference in a new issue