Skip to content

Commit 509192c

Browse files
thiamsantosbitwalker
authored andcommitted
Update version in installation instructions (#5)
1 parent f10630f commit 509192c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ This library is available on Hex as `:toml`, and can be added to your deps like
5050
```elixir
5151
def deps do
5252
[
53-
{:toml, "~> 0.1.0"}
53+
{:toml, "~> 0.3"}
5454
]
5555
end
5656
```
5757

58+
NOTE: You can determine the latest version on Hex by running `mix hex.info toml`.
59+
5860
## Type Conversions
5961

6062
In case you are curious how TOML types are translated to Elixir types, the

0 commit comments

Comments
 (0)