Skip to content

Commit

Permalink
Specifying Elixir for code-block (phoenixframework#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode authored and josevalim committed Mar 19, 2017
1 parent 4d44d32 commit e1beec7
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 @@ -32,7 +32,7 @@ $ mix phx.new dev_app --dev

The `--dev` flag will configure your new project's `:phoenix` dep as a relative path dependency, pointing to your local Phoenix checkout:

```
```elixir
defp deps do
[{:phoenix, path: "../..", override: true},
```
Expand Down

0 comments on commit e1beec7

Please sign in to comment.