From 267a65a32568d392dfc1d45e20d88da593f6c860 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 2 Jan 2017 10:23:36 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- ...tion on hover.png => documentation-on-hover.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename img/{documentation on hover.png => documentation-on-hover.png} (100%) diff --git a/README.md b/README.md index 61e1ec8..35fb1f9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The plug-in comes with a wealth of features to make your programming experience - Open projects and scenes in Godot from VScode - Ctrl click on a variable or method call to jump to its definition (_new in 0.1.3_) -![Showing the documentation on hover feature](/godot-tools/img/documentation on hover.png?raw=true "Method definition and docs on hover") +![Showing the documentation on hover feature](/godot-tools/img/documentation-on-hover.png "Method definition and docs on hover") ## Available commands diff --git a/img/documentation on hover.png b/img/documentation-on-hover.png similarity index 100% rename from img/documentation on hover.png rename to img/documentation-on-hover.png