Skip to content

Commit

Permalink
Update README about triq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 28, 2016
1 parent 589f2cc commit 860bd10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Property-based testing for Elixir (QuickCheck style).
It uses Erlang's [triq](https://github.com/krestenkrab/triq) library for underlying checking engine, and ExCheck's modules provide wrapper macros for ExUnit tests.

Note: as of v0.5, `triqng/triq` is applied for fixing the issue #30.

### Installation

Expand All @@ -11,8 +12,8 @@ First add ExCheck and triq to your project's dependencies in mix.exs.
```Elixir
defp deps do
[
{:excheck, "~> 0.3", only: :test},
{:triq, github: "krestenkrab/triq", only: :test}
{:excheck, "~> 0.5", only: :test},
{:triq, github: "triqng/triq", only: :test}
]
end
```
Expand Down

0 comments on commit 860bd10

Please sign in to comment.