Skip to content

Commit

Permalink
docs: Fix broken image link on flame_tiled pub (#2407)
Browse files Browse the repository at this point in the history
Fix broken image link on flame_tiled pub.
Sadly the repo relative link works on GitHub but not on pub.
This replaces it with an equivalent githubusercontent URL.
This is how it is done by other packages and recommended on Stack Overflow according to my research (but open to other better solutions).

image

I also made the image a bit bigger bc it was small and hard to see (to me).
  • Loading branch information
luanpotter committed Mar 15, 2023
1 parent b2fdf06 commit 0d24a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flame_tiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Adds support for <a href="https://www.mapeditor.org/">Tiled</a>'s tile maps to y
Package to bridge the `tiled` library into easy-to-use Flame components.

<p align="center">
<img alt="flame_tiled example" width="200px" src="/packages/flame_tiled/example/screenshot.png">
<img alt="flame_tiled example" width="500px" src="https://raw.githubusercontent.com/flame-engine/flame/master/packages/flame_tiled/example/screenshot.png">
</p>

More [here](https://docs.flame-engine.org/main/tiled.html).
More documentation can be found [here](https://docs.flame-engine.org/main/tiled.html).


## Contributors (before the package moved into the monorepo)
Expand Down

0 comments on commit 0d24a6c

Please sign in to comment.