Skip to content

Commit

Permalink
Fix installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ospaarmann committed Mar 28, 2018
1 parent 6a409e9 commit 71f6570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the package `ex_dgraph` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_dgraph, github: "ospaarmann/exdgraph", tag: "0.1.0"}
{:ex_dgraph, github: "ospaarmann/exdgraph", tag: "v0.1.0"}
]
end
```
Expand Down Expand Up @@ -315,7 +315,7 @@ defp deps do
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.11"},
{:cowboy, "~> 2.1", override: true},
{:ex_dgraph, "~> 0.1.0", github: "ospaarmann/exdgraph", branch: "master"}
{:ex_dgraph, github: "ospaarmann/exdgraph", tag: "v0.1.0"}
]
end
```
Expand Down

0 comments on commit 71f6570

Please sign in to comment.