diff --git a/README.md b/README.md index dc9f53b..45f4028 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,33 @@ This java 8 library helps dealing with business hours, such has "Monday through Friday from 9am to 6pm, and from 9am to 12pm on Saturdays". -

Dependency Management

- -The project binaries are available in Maven Central. Just add the following to your maven configuration or taylor to your own dependency management system. -```xml - - org.dhatim - business-hours - 1.0.0 - +

What does it do ?

+ + +

How do I get a BusinessHours instance ?

Simply call the BusinessHours constructor: @@ -86,29 +102,17 @@ Scale must be one of three different scales (or their equivalent codes): Remember, 11am is not 11:00am, but rather 11:00am - 11:59am. -

What does it do ?

- - + +

Javadoc

+ +The librairy javadoc can be found here.