Skip to content

Commit 01ea085

Browse files
Update README.md
Add `only: [:dev], runtime: false` to the dependency instructions.
1 parent a43992a commit 01ea085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gradient can be installed by adding `gradient` to your list of dependencies in `
2424
```elixir
2525
def deps do
2626
[
27-
{:gradient, github: "esl/gradient"}
27+
{:gradient, github: "esl/gradient", only: [:dev], runtime: false}
2828
]
2929
end
3030
```

0 commit comments

Comments
 (0)