Skip to content

Commit 7a1d25a

Browse files
committed
remove noise from readme
1 parent f62a027 commit 7a1d25a

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,11 @@ iex> AtomicMap.convert(%{ "a" => [ %{"c" => 1}, %{"c" => 2}] }, safe: true]
2525

2626

2727
## Installation
28-
29-
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
30-
3128
1. Add atomic_map to your list of dependencies in `mix.exs`:
3229

3330
def deps do
34-
[{:atomic_map, "~> 0.5"}]
35-
end
36-
37-
2. Ensure atomic_map is started before your application:
38-
39-
def application do
40-
[applications: [:atomic_map]]
31+
[{:atomic_map, "~> 0.6"}]
4132
end
4233

43-
4434
## Todo:
4535
- maybe allow direct conversion to a struct, like Poison does it: as: %SomeStruct{}...

0 commit comments

Comments
 (0)