Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Sep 30, 2020
1 parent 424bb4d commit 2e2a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ morphos\English\CardinalNumeralGenerator::generate(567) => 'five hundred sixty-s
morphos\English\OrdinalNumeralGenerator::generate(961) => 'nine hundred sixty-first'

// Generate english time difference
morphos\English\TimeSpeller::spellDifference(time() + 3601, morphos\TimeSpeller::DIRECTION) => 'in 1 hour'
morphos\English\TimeSpeller::spellDifference(time() + 3600, morphos\TimeSpeller::DIRECTION) => 'in 1 hour'
```

# Documentation
Expand Down

0 comments on commit 2e2a82b

Please sign in to comment.