Fix typo in README
This commit is contained in:
parent
031d834366
commit
ebcccd7dec
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Add `:line_bot` to your mix deps:
|
||||||
```elixir
|
```elixir
|
||||||
defp deps do
|
defp deps do
|
||||||
[
|
[
|
||||||
{:line_bot, path: "~> 0.1.0"}
|
{:line_bot, "~> 0.1.0"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue