Skip to content

Commit

Permalink
✏️ remove <hr/> from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thrashzone13 committed Sep 21, 2021
1 parent ccb78c1 commit 13ed713
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Wordnet php wrapper

<hr/>
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.

Expand All @@ -9,12 +8,10 @@ projects by converting it to objects.

## Requirements

<hr/>
The library doesn't contain wordnet and its required to install it first.

## Examples

<hr/>
```
Wordnet::create()->search('cat');
```
Expand Down

0 comments on commit 13ed713

Please sign in to comment.