Updated readme
diff --git a/Readme.md b/Readme.md
index 49f2666..11f9a6e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,11 +6,10 @@
## Description
Krill is a [Lucene](https://lucene.apache.org/) based search
-engine for large annotated corpora.
+engine for large annotated corpora,
+used as a backend component of the [KorAP Corpus Analysis](http://korap.ids-mannheim.de/) at the [IDS Mannheim](http://ids-mannheim.de/).
-**! The software is in its early stages and not stable yet!**
-** Use it on your own risk!**
-
+**! This software is in its early stages and not stable yet! Use it on your own risk!**
## Features
@@ -19,24 +18,23 @@
most of the protocols features, including ...
- **Fulltext search**<br>
- ***"Find all occurrences of the phrase 'sea monster'!"***<br>
- ***"Find all case-insensitive words matching the regular expression /krak.*/!"***
+ *"Find all occurrences of the phrase 'sea monster'!"*<br>
+ *"Find all case-insensitive words matching the regular expression /krak.*/!"*
- **Token-based annotation search**<br>
- "Find all plural nouns in accusative!"
+ *"Find all plural nouns in accusative!"*
- **Span-based annotation search**<br>
- "Find all nominal phrases!"
+ *"Find all nominal phrases!"*
- **Distance search**<br>
- "Find a verb that is in a distance of five words to the noun 'Squid'!"
+ *"Find a verb that is in a distance of five words to the noun 'Squid'!"*
- **Positional search**<br>
- "Find a noun at the end of a nominal phrase!"
+ *"Find a noun at the end of a nominal phrase!"*
- **Nested queries**<br>
- "Find a determiner at the beginning of a named entity,
- that occurs at the end of a sentence!"
+ *"Find a determiner at the beginning of a named entity, that occurs at the end of a sentence!"*
- **and many more ...**<br>
Multiple annotation resources;
@@ -46,7 +44,6 @@
Relational queries;
Hierarchical queries ...
-
## Prerequisites
At least Java 7,
@@ -153,4 +150,4 @@
Schmid, Helmut (1995): *Improvements in Part-of-Speech Tagging with an Application to German*. In *Proceedings of the ACL SIGDAT-Workshop*. Dublin, Ireland.
-Schmid, Helmut (1994): *Probabilistic Part-of-Speech Tagging Using Decision Trees*. In *Proceedings of International Conference on New Methods in Language Processing*. Manchester, United Kingdom.
\ No newline at end of file
+Schmid, Helmut (1994): *Probabilistic Part-of-Speech Tagging Using Decision Trees*. In *Proceedings of International Conference on New Methods in Language Processing*. Manchester, United Kingdom.