README.md

# Fiat

A simple caching server...because I said so :upside_down_face:.

## Installation

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

```elixir
def deps do
  [
    {:fiat, "~> 0.1"}
  ]
end
```

## Documentation

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