Skip to content

Commit

Permalink
docs: update install snippet (#527)
Browse files Browse the repository at this point in the history
* Update README.md

Much easier to copy paste

* Update README.md

---------

Co-authored-by: Marcus Wood <[email protected]>
  • Loading branch information
tusqasi and igas authored Oct 19, 2023
1 parent 5e444e5 commit 4cd79bd
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 @@ -30,7 +30,9 @@ fake data.

```elixir
defp deps do
[{:faker, "~> 0.17", only: :test}]
[
{:faker, "~> 0.17", only: :test}
]
end
```

Expand Down

0 comments on commit 4cd79bd

Please sign in to comment.