diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a6fec9f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# re:log
+## Besucherstromanalyse per re:publica W-LAN
+
+http://apps.opendatacity.de/relog/
diff --git a/clients/anim/assets/js/helper.js b/clients/anim/assets/js/helper.js
index 36e192e..7e0d9a7 100644
--- a/clients/anim/assets/js/helper.js
+++ b/clients/anim/assets/js/helper.js
@@ -29,7 +29,11 @@ $(document).ready(function(){
var $f = $('#embed-form');
var $url = 'http://apps.opendatacity.de/relog/frame.html';
var embedCode = function(){
- var $code = '
Realisiert von OpenDataCity. Unterstützt durch picocell und newthinking. Anwendung steht unter CC-BY 3.0.';
+ var $code = '
';
+ $code += 'Zur re:log-Website. ';
+ $code += 'Realisiert von OpenDataCity. ';
+ $code += 'Unterstützt durch picocell und newthinking. ';
+ $code += 'Anwendung steht unter CC-BY 3.0.';
$('#embed-code', $f).text($code);
};
embedCode();