From 2da8432aa69a1505e75b8cd9470aee8f4252a14e Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Wed, 22 Jul 2020 20:31:49 -0400 Subject: [PATCH] moved image to its own directory --- README.md | 2 +- screenshot.gif => images/screenshot.gif | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename screenshot.gif => images/screenshot.gif (100%) diff --git a/README.md b/README.md index b7948ba..57e9452 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ rodo is a todo-list program for the command line. # Screenshot -![An animated GIF of a user adding and removing tasks on their todo list](screenshot.gif) +![An animated GIF of a user adding and removing tasks on their todo list](images/screenshot.gif) # Table of Contents diff --git a/screenshot.gif b/images/screenshot.gif similarity index 100% rename from screenshot.gif rename to images/screenshot.gif