Skip to content

Commit

Permalink
Update README with instructions for adding to applications
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Aug 26, 2016
1 parent dc6cbec commit 3331aea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,18 @@ page =

## Installation

Add `scrivener_ecto` to your `mix.exs` dependencies.
Add `scrivener_ecto` to your `mix.exs` `applications` and `dependencies`.

```elixir
defp deps do
[{:scrivener_ecto, "~> 1.0"}]
def application do
[applications: [:scrivener_ecto]]
end
```

```elixir
[{:scrivener_ecto, "~> 1.0"}]
```

## Contributing

First, you'll need to build the test database.
Expand Down

0 comments on commit 3331aea

Please sign in to comment.