From 6f9c1bcdf4df476ec68762411fbd53d483cb10a3 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sun, 16 Feb 2014 01:21:01 +0100 Subject: [PATCH] Fix logo img link in README again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cea7a2..1eca626 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ LUTIm is licensed under the terms of the AGPL. See the LICENSE file. ##Logo LUTIm's logo is an adaptation of a [Lutin by Godo](http://commons.wikimedia.org/wiki/File:Lutin_by_godo.jpg), licensed under the terms of the CC-BY-SA 3.0 license. -!(LUTIm's logo)[http://lut.im/img/LUTIm_small.png] +![LUTIm's logo](http://lut.im/img/LUTIm_small.png) ##Dependancies * Carton : Perl dependancies manager, it will get what you need, so don't bother for dependancies (but you can read the file `cpanfile` if you want).