Skip to content

Commit

Permalink
Make the dep tuple easier to copy (dashbitco#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason S authored May 12, 2021
1 parent 13b3601 commit ae47f73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ Add `nimble_parsec` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:nimble_parsec, "~> 1.0"}]
[
{:nimble_parsec, "~> 1.0"}
]
end
```

Expand Down

0 comments on commit ae47f73

Please sign in to comment.