README.md

# Fall

Framework on top of [Rill](https://github.com/rill-project/rill)

## Installation

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

```elixir
def deps do
  [
    {:fall, ">= 0.0.0"}
  ]
end
```

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