From 59c5cabb5c8170418455a4a65fd2230464a1f230 Mon Sep 17 00:00:00 2001 From: Peter Ullrich Date: Thu, 26 Oct 2023 14:37:20 +0200 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e2f798..1c085da 100644 --- a/README.md +++ b/README.md @@ -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.