From 4cdc0f39b421bc9255d212316ce8a571fbec8f51 Mon Sep 17 00:00:00 2001
From: William Light <wrl@illest.net>
Date: Fri, 11 Jan 2013 20:59:07 +0100
Subject: [PATCH] fix markdown image syntax

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 96aa78d..a2f2724 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 this is a port of [Nevan Scott]'s [Mockingbird] theme, originally developed for
 Chyrp.
 
-![screenshot][screenshot.png]
+![screenshot](./screenshot.png)
 
 this thing is usable-ish now.
 
-- 
GitLab