about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <HanEmile@users.noreply.github.com>2022-05-30 22:26:38 +0200
committerGitHub <noreply@github.com>2022-05-30 22:26:38 +0200
commit046056c0a9c0decd36e9f6868a6aca39df59e294 (patch)
tree42a68cee2b3b8214f5762806ede8417e8841a369
parenta5c9c68e22d11bb1dfed4553c04771aa48599e6a (diff)
remove <img> tag, now using <object>
otherwise, the image get's cropped
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42e05f1..280c2a7 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 visualizing CTF clusters (teams playing together at DEFCON quals 2022)
 
-<img src="./teams.svg"></img>
+<object type="image/svg+xml" data="./teams.svg"></object>
 
 ## building