README.md

# Vindaloo

[![Package Version](https://img.shields.io/hexpm/v/vindaloo)](https://hex.pm/packages/vindaloo)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/vindaloo/)

```sh
gleam add vindaloo
```

Further documentation can be found at <https://hexdocs.pm/vindaloo>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell
```