Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Oct 17, 2020
1 parent 5c024dd commit 3a7e3b4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First, add Verk Web to your `mix.exs` dependencies:

```elixir
def deps do
[{:verk_web, "~> 1.5.1"},
[{:verk_web, "~> 1.6"},
{:verk, "~> 1.0"}]
end
```
Expand All @@ -25,13 +25,6 @@ and run
$ mix deps.get
```

Now, list `:verk_web` and `:verk` applications as your application dependencies. They must run together on the same node.

```elixir
def application do
[applications: [:verk_web, :verk]]
end
```

## If you'd like to mount VerkWeb on another Endpoint:

Expand Down

0 comments on commit 3a7e3b4

Please sign in to comment.