Skip to content

Commit

Permalink
fix: add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Dec 23, 2024
1 parent 31d6ede commit c34b18c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

# khol

A pure kotlin implementation for the Holiday Calculation.
A kotlin implementation for the caluclation of Holidays.

## Usage

The central entry point is the class KHol, which has to be constructed with HolidayDeclarations. These declarations
are usually constructed based on Countries (eg. Germany or Belgium).

https://central.sonatype.org/publish/requirements/gpg/#signing-a-file


https://central.sonatype.com/artifact/org.javafreedom/khol
pkg:maven/org.javafreedom/khol@1.0.1

0 comments on commit c34b18c

Please sign in to comment.