Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PJUllrich committed Oct 26, 2023
1 parent 84b91eb commit 59c5cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import Config

config :lemon_ex,
api_key: System.get_env("LEMONSQUEEZY_API_KEY"),
webhook_secret: System.get_env("LEMONSQUEEZY_WEBHOOK_SECRET")
# (Optional) You can provide HTTPoision options which are added to every request.
webhook_secret: System.get_env("LEMONSQUEEZY_WEBHOOK_SECRET"),
# (Optional) You can provide HTTPoison options which are added to every request.
# See all options here: https://hexdocs.pm/httpoison/HTTPoison.Request.html#content
request_optionts: [timeout: 10_000]
request_options: [timeout: 10_000]
```

If you don't provide a valid API key, you will receive `401: Unauthorized` error responses.
Expand Down

0 comments on commit 59c5cab

Please sign in to comment.