aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-07-27 11:51:50 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-08-01 16:52:26 +0100
commit5b34d33efa0e316a4cae20d4455f05ed89c55abd (patch)
tree97047853367d9908f0cf4dc474b26892418b26e1 /README.md
parent124912a9aea7512180952f3d906fd2d3a5342ad8 (diff)
downloadz80count-5b34d33efa0e316a4cae20d4455f05ed89c55abd.tar.gz
z80count-5b34d33efa0e316a4cae20d4455f05ed89c55abd.zip
Make the gif available for PyPi
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 480b4a8..5176e48 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ and adds comments to the code with the cycles used by the instruction.
It needs testing and probably a proper Z80 parser, but it works for me and the
Z80 assembler syntax I use.
-![Demo with vim](./etc/demo-vim.gif)
+![Demo with vim](https://github.com/reidrac/z80count/raw/master//etc/demo-vim.gif)
## Installation