Use absolute URLs for `README` images for PyPI compatibility (#172)

pull/173/head
Josh Karpel 1 year ago committed by GitHub
parent b2b2f7a4b4
commit 3f4226eccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,8 +21,8 @@ Alternatively, install Spiel (`pip install spiel`) and run this command to view
$ spiel demo present
```
![The first slide of the demo deck](./docs/assets/demo.svg)
![The demo deck in "deck view"](./docs/assets/deck.svg)
![The first slide of the demo deck](https://raw.githubusercontent.com/JoshKarpel/spiel/main/docs/assets/demo.svg)
![The demo deck in "deck view"](https://raw.githubusercontent.com/JoshKarpel/spiel/main/docs/assets/deck.svg)
## Documentation

Loading…
Cancel
Save