From 2a4885294ce3cc71aff5dec62d2810aff645cae2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 23 Oct 2020 17:30:13 -0400 Subject: [PATCH] Try to fix the screenshot on gitea --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8c47a..71c9cac 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Intelligent Snake is a simple clone of the famous **snake**-style games. It's meant both as a fun time waster as well as a simple working SDL program to learn from and use as a reference. -![Intelligent Snake](/screenshot.png) +![Intelligent Snake](screenshot.png) ## Compile ##