We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629a179 commit cf4023bCopy full SHA for cf4023b
1 file changed
README.md
@@ -28,7 +28,7 @@ iex> AtomicMap.convert(%{ "a" => [ %{"c" => 1}, %{"c" => 2}] }, safe: true]
28
1. Add atomic_map to your list of dependencies in `mix.exs`:
29
30
def deps do
31
- [{:atomic_map, "~> 0.6"}]
+ [{:atomic_map, "~> 0.7"}]
32
end
33
34
## Todo:
0 commit comments