diff --git a/README.md b/README.md
index 63b4bcf..cbc10b5 100644
--- a/README.md
+++ b/README.md
@@ -8,17 +8,12 @@ And I wasn't myself if I would allow me to do the same work twice or more often
### Using my version
-Simple use one of these URLs:
+Simple use the raw-API URL below or one of the URLs in the table at the bottom of this page:
```
https://badge.luzifer.io/v1/badge?title=API&text=Documentation&color=4c1
-
-https://badge.luzifer.io/static/
//
-https://badge.luzifer.io/static/API/Documentation/4c1
```
-![YourTitle](https://badge.luzifer.io/static/API/Documentation/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`:
@@ -43,3 +38,10 @@ Hint: To get the source just look into the source of this README.md
![achievement](https://badge.luzifer.io/static/Achievement/You%20found%20a%20badge!/911)
Yeah, sure you even could fake your Travis-CI build status but seriously: Why should you do that? Shame on you if you do!
+
+### Services
+
+| Service | Example | URL Format |
+| ------------ | ---------------------------------------------------------- | -------------------------------- |
+| Static Badge | ![](https://badge.luzifer.io/static/API/Documentation/4c1) | `/static///` |
+| Travis-CI | ![](https://badge.luzifer.io/travis/Luzifer/password) | `/travis///[branch]` |