Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Commit fe1471a

Browse files
pragmaticivanteamon
authored andcommitted
Fixes markdown examples on README.md
1 parent 4266a81 commit fe1471a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ and [distillery](https://github.com/bitwalker/distillery) releases.
1010

1111
1. Add `mix_docker` to your list of dependencies in `mix.exs`:
1212

13-
```elixir
14-
def deps do
15-
[{:mix_docker, "~> 0.3.0"}]
16-
end
17-
```
13+
```elixir
14+
def deps do
15+
[{:mix_docker, "~> 0.3.0"}]
16+
end
17+
```
1818

1919
2. Configure Docker image name
2020

21-
```elixir
22-
# config/config.exs
23-
config :mix_docker, image: "recruitee/hello"
24-
```
21+
```elixir
22+
# config/config.exs
23+
config :mix_docker, image: "recruitee/hello"
24+
```
2525

2626
3. Run `mix docker.init` to init distillery release configuration
2727

0 commit comments

Comments
 (0)