Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamu committed Nov 3, 2019
1 parent 031d834 commit ebcccd7
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 @@ -14,7 +14,7 @@ Add `:line_bot` to your mix deps:
```elixir
defp deps do
[
{:line_bot, path: "~> 0.1.0"}
{:line_bot, "~> 0.1.0"}
]
end
```
Expand Down

0 comments on commit ebcccd7

Please sign in to comment.