diff --git a/Readme.md b/Readme.md
index e1d767044046431fdb325d50b47b0de29b8683e4..e36b62539bb8b7d888cd71684a8b240b9f8c21af 100644
--- a/Readme.md
+++ b/Readme.md
@@ -51,12 +51,16 @@ The `tempate` is an optional parameter. You can provide your own template to mod
The `language` parameter is optional (default=de) and let you define the language of the provider. We resolve the name of the provider over the url pattern. Possible languages are `de`, `fr`, `it` and `en`.
### Timeout
The architecture of the `geolinker` waits for a certain timeout (default=2000) for the microservices to find an answer to the query. You can define that timeout. If you often get 404 try to set a higher timeout
+### Link-target
+By default the target of a link is `_blank`. If you wish to change this you can configure the zarget over the `link-target` attribute.
## Styling
The webcomponent uses a shadow dom and encapsulate the styles. So it will not use your sites default css styles but also not change any other styles in your site. There are two option to override the component default styles
### Slots
Slots provides the possibility to override some part of the webcomponent. The histhub-widget provides a `title` and a `defaut` slot.
#### Heading (slot)
-You can change the Heading of the widget with the `title` slot. This slot will override the default title. In allmost all examples we use this slot to change the title. If you override a slot your site css rules applies for this element. Example #6 changes the color of the heading
+You can change the Heading of the widget with the `title` slot. This slot will override the default title. In almost all examples we use this slot to change the title. If you override a slot your site css rules applies for this element. Example #6 changes the color of the heading
+#### Credits
+You can change the `credits` in the corresponding slot. Please make sure you mention our work. In the example
#### Default Slot
If you want to display some additional text beneath the links you can use the default slot. Just put the content inside the histhub-widget element. Example #7 adds additional information under the links
### Css Variables
diff --git a/examlpe/index.html b/examlpe/index.html
index a7c26120315a71c34c6f550e0e2aa6783a266971..13b3862b22b95b2461191c5ea50b064ff30e355d 100644
--- a/examlpe/index.html
+++ b/examlpe/index.html
@@ -45,7 +45,7 @@
}
ul li {
- list-style: circle;
+ list-style: square;
}
@@ -82,6 +82,10 @@
+
+ Example 10: Links (similarto) from geolinker dodis: Diedenhofen with credits
+ Example credits
+