Skip to content

Commit

Permalink
Fix image embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Feb 1, 2021
1 parent 05d7dab commit 4e0e224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sort rating desc
```
~~~

![Game Example](images/game.png =250x250)
![Game Example](images/game.png)

---

Expand All @@ -26,7 +26,7 @@ list from #game/moba or #game/crpg
```
~~~

![Game List](images/game-list.png =250x250)
![Game List](images/game-list.png)

---

Expand All @@ -38,7 +38,7 @@ tasks from #projects/active
```
~~~

![Task List](images/project-task.png =250x250)
![Task List](images/project-task.png)

# Usage

Expand Down

0 comments on commit 4e0e224

Please sign in to comment.