1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-19 15:23:04 +00:00

Fixed image code in README

This commit is contained in:
Knut Ahlers 2015-05-25 14:36:39 +02:00
parent b171bb4974
commit 692e7293b0

View File

@ -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