From 692e7293b0afabe778160375e554d0467435dfeb Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 25 May 2015 14:36:39 +0200 Subject: [PATCH] Fixed image code in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c65c65..e719f33 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Simple use this URL: http://badge.luzifer.io/v1/badge?title=API&text=Documentation&color=4c1 ``` -![YourTitle](http://badge.luzifer.io/v1/badge?title=API&text=Documentation&color=4c1)] +![YourTitle](http://badge.luzifer.io/v1/badge?title=API&text=Documentation&color=4c1) Parameters `title` and `text` are free-text strings while `color` has to be 3- or 6-letter hex notation for colors like that one you use in CSS. To embed them into Markdown pages like this `README.md`: ``` -![YourTitle](http://badge.luzifer.io/v1/badge?title=API&text=Documentation&color=4c1)] +![YourTitle](http://badge.luzifer.io/v1/badge?title=API&text=Documentation&color=4c1) ``` ### Using your own hosted version