Skip to content

Commit 49b47bf

Browse files
committed
Use cpjk/canary for latest master
1 parent 8ca522d commit 49b47bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ For the latest master:
1616

1717
```elixir
1818
defp deps do
19-
{:canary, github: "runhyve/canary"}
19+
{:canary, github: "cpjk/canary"}
2020
end
2121
```
2222

2323
For the latest release:
2424

2525
```elixir
2626
defp deps do
27-
{:canary, "~> 1.1.1"}
27+
{:canary, "~> 1.2.1"}
2828
end
2929
```
3030

0 commit comments

Comments
 (0)