diff --git a/README.md b/README.md index 7927841..f470b45 100644 --- a/README.md +++ b/README.md @@ -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.** @@ -118,4 +125,4 @@ DateTimeComparator::lowest($dateTime1, $dateTime2) : ?\DateTimeInterface ``` * `$dateTime1` The first \DateTimeInterface or null -* `$dateTime2` The second \DateTimeInterface or null \ No newline at end of file +* `$dateTime2` The second \DateTimeInterface or null