Skip to content

Commit

Permalink
Merge pull request #18 from janpieper/add-missing-curly-bracket
Browse files Browse the repository at this point in the history
Fix missing curly bracket in README
  • Loading branch information
the-mikedavis committed Feb 6, 2024
2 parents 5d2348b + 5567c06 commit dde38dc
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 @@ -68,7 +68,7 @@ Using Mix:
# In mix.exs
defp deps do
[
:horus, "0.2.4"}
{:horus, "0.2.4"}
]
end
```
Expand Down

0 comments on commit dde38dc

Please sign in to comment.