From 3fdc00b49df52529852232347cec3003a6e8b514 Mon Sep 17 00:00:00 2001 From: nmatsuda Date: Mon, 22 Jun 2020 23:21:13 -0700 Subject: [PATCH] another try at fixing gif --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 334d4bc..b5578ba 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # viz1090 -![demo gif](https://media.giphy.com/media/VGh0nJHerUFFNxeAZo/source.gif) - +![](https://media.giphy.com/media/VGh0nJHerUFFNxeAZo/giphy-downsized.gif) **This is work in progress** - There are some major fixes and cleanup that need to happen before a relase: * Everything is a grab bag of C and C++, need to more consistently modernize * A full refactor, especially View.cpp, necessary for many of the new features below.