Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Feb 12, 2018
1 parent a580d04 commit f7b5bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $word = new Word('cat');
$rhymes = $word->rhymes();
$halfRhymes = $word->halfRhymes();
$portmanteaus = $word->portmanteaus();

$numberOfSyllables = $word->syllables(); // Returns an integer
$isOffensive = $word->offensive(); // Returns true/false
$plural = $word->plural(); // Returns `Word` object
Expand Down

0 comments on commit f7b5bec

Please sign in to comment.