Skip to content

Commit

Permalink
Merge pull request #216 from xadhoom/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
parroty authored Jan 21, 2020
2 parents 87e52cb + 6fd5cd3 commit 52f6e9d
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 @@ -29,7 +29,7 @@ def project do
app: :excoveralls,
version: "1.0.0",
elixir: "~> 1.0.0",
deps: deps(Mix.env),
deps: deps(),
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [coveralls: :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test]
# if you want to use espec,
Expand Down

0 comments on commit 52f6e9d

Please sign in to comment.