From 01ec7c8f2e389a21494de1f33707cfcf7aacd70c Mon Sep 17 00:00:00 2001 From: Getgle Date: Tue, 4 Apr 2023 15:02:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd94fe..7f43380 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 4shout A shoutbox written in PHP styled to look like a certain mongolian fishing forum. -![screenshot](https://raw.githubusercontent.com/js6/4shout/master/screenshot.png "Screenshot") +![screenshot](https://github.com/getgle/4shout/blob/main/screenshot.png?raw=true "Screenshot") ## What do I need to run it? The only thing you need is a server with PHP installed. It's extremely portable as it just writes the posts directly to an HTML file instead of using any databases.