README.md

# Workdays
Provides checking if the given date is a workday

## Installation

The package can be installed by adding `calendar_workdays` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:calendar_workdays, "~> 0.1.0"}
  ]
end
```

The docs can be found at [https://hexdocs.pm/calendar_workdays](https://hexdocs.pm/calendar_workdays).