Skip to content

Commit

Permalink
- minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vheathen committed Dec 10, 2021
1 parent 660dc30 commit 2c1f11e
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 @@ -9,7 +9,7 @@ simple access to all available API endpoints that return a JSON result.

To install GeoNames-Elixir, follow these instructions:

- Add to your list of dependencies in `mix.exs` geonames-elixir and a JSON decoder library (Jason, Poison or another supported `decode!/1` method):
- Add to your list of dependencies in `mix.exs` geonames-elixir and a JSON decoder library (Jason, Poison or another which supports `decode!/1` call):

```elixir
def deps do
Expand Down

0 comments on commit 2c1f11e

Please # to comment.