Skip to content

Commit a757912

Browse files
authored
Added note about starting HTTPoison
1 parent 50de61d commit a757912

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ iex> IO.inspect result
3333
[{:aws, "~> 0.2.0"}]
3434
end
3535
```
36+
37+
* Configure the OTP application to start HTTPoison
38+
39+
```elixir
40+
def application do
41+
[applications: [:logger, :httpoison]]
42+
end
43+
```
3644

3745
* Run `mix deps.get` to install.
3846

0 commit comments

Comments
 (0)