Skip to content

Commit b47da5a

Browse files
authored
Merge pull request #35 from eksperimental/patch-1
Update README.md
2 parents a43992a + 01ea085 commit b47da5a

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)