Skip to content

Commit

Permalink
Updated README with newer elixir dependency (#37)
Browse files Browse the repository at this point in the history
Updated README with newer elixir dependency
  • Loading branch information
drewkerrigan authored Dec 8, 2023
1 parent a983a0f commit b179431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Include POT in your `mix.exs` as a dependency:

```elixir
defp deps do
[{:pot, "~>0.10.1"}]
[{:pot, "~> 1.0"}]
end
```

Expand Down

0 comments on commit b179431

Please sign in to comment.