eXparity / hamcrest-date

A Java library which provides a suite hamcrest matchers for matching dates, times, and moments in time
BSD 3-Clause "New" or "Revised" License
70 stars 11 forks source link

Add README information regarding imports (closes #38) #39

Closed ncovercash closed 2 years ago

ncovercash commented 2 years ago

This adds some details regarding the method of importing the matchers/ChronoUnit constants. Additionally, the code blocks were cleaned up to be fenced code blocks per the GitHub spec (which also allows them to receive syntax highlighting!).

Closes #38.