Skip to content

Commit

Permalink
Update to only test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsomar committed Feb 26, 2017
1 parent 71aa5f9 commit 8f4de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add `ex_stub` to your deps in `mix.exs` as a development dependency.

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

Expand Down

0 comments on commit 8f4de54

Please sign in to comment.