Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhoom committed Jan 21, 2020
1 parent 87e52cb commit 6fd5cd3
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 6fd5cd3

Please sign in to comment.