diff --git a/README.md b/README.md
index 380ffed..d1bc1e6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Wordnet php wrapper
-
WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive
synonyms (synsets), each expressing a distinct concept.
@@ -9,12 +8,10 @@ projects by converting it to objects.
## Requirements
-
The library doesn't contain wordnet and its required to install it first.
## Examples
-
```
Wordnet::create()->search('cat');
```