Skip to content

Commit

Permalink
Improve get-started
Browse files Browse the repository at this point in the history
  • Loading branch information
hamorillo committed Oct 8, 2024
1 parent 86d7085 commit 37d4926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/get-started/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37d4926

Please sign in to comment.