Skip to content

Commit

Permalink
Merge pull request #7 from Nekland/doc/highlight-components
Browse files Browse the repository at this point in the history
Update README to highlight components
  • Loading branch information
Awkan authored Apr 23, 2018
2 parents 0c6120e + 0c32fe3 commit 7a7bd70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ composer require "nekland/tools"
Reference
---------

This library provide some tools to help you with your developments.

Here is the list of tools it provides:
- [StringTools](#stringtools-class)
- [EqualableInterface](#equalableinterface)
- [DateTimeComparator](#datetimecomparator-class)

### StringTools class

**Encoding arguments are optionals.**
Expand Down Expand Up @@ -118,4 +125,4 @@ DateTimeComparator::lowest($dateTime1, $dateTime2) : ?\DateTimeInterface
```

* `$dateTime1` The first \DateTimeInterface or null
* `$dateTime2` The second \DateTimeInterface or null
* `$dateTime2` The second \DateTimeInterface or null

0 comments on commit 7a7bd70

Please sign in to comment.