Skip to content

Commit 0b3cd65

Browse files
authored
Update README.md
1 parent 306a9ee commit 0b3cd65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The package can be installed as:
1717

1818
1. Add `qex` to your list of dependencies in `mix.exs`:
1919

20-
```elixir
21-
def deps do
22-
[{:qex, "~> 0.3"}]
23-
end
24-
```
20+
```elixir
21+
def deps do
22+
[{:qex, "~> 0.3"}]
23+
end
24+
```
2525

2626
2. Run `mix deps.get`
2727

0 commit comments

Comments
 (0)