From 37d492685fccbdbdbee7871ee5fe05907fea8380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=81ctor=20Abraham?= Date: Tue, 8 Oct 2024 14:18:44 +0200 Subject: [PATCH] Improve get-started --- docs/get-started/get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/get-started/get-started.md b/docs/get-started/get-started.md index 4019152c..1d81ccfb 100644 --- a/docs/get-started/get-started.md +++ b/docs/get-started/get-started.md @@ -63,7 +63,8 @@ android { Then you can access the API key in your app's code like this: ```kotlin -Gravatar.apiKey(BuildConfig.GRAVATAR_API_KEY).context(appContext) +Gravatar.apiKey(BuildConfig.GRAVATAR_API_KEY) + .context(appContext) // Optional but highly encouraged. ``` # Usage