Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiewek committed Sep 27, 2021
1 parent 618e9b0 commit cf39d17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ _Please don't use this in production. It's meant for local development and test

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `foreperson` to your list of dependencies in `mix.exs`:
The package can be installed by adding `foreperson` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:foreperson, "~> 0.1.0"}
{:foreperson, "~> 0.1.0", only: [:dev, :test]}
]
end
```

See the [`Foreperson`](https://github.com/cschiewek/foreperson/blob/main/lib/foreperson.ex#L2-L34) module doc for configuration options.
See the [`Foreperson`](https://hexdocs.pm/foreperson/Foreperson.html#content) module doc for configuration options.

### Why?

Expand Down

0 comments on commit cf39d17

Please sign in to comment.