Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
djorka committed Mar 19, 2024
1 parent b4b8e7a commit 4ea5793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
1. Inside the Android Application class, add the following lines to the onCreate() method:

```java
Forethought.setup("FORETHOUGHT_API_KEY")
Forethought.INSTANCE.setup("FORETHOUGHT_API_KEY")
```

2. Replace `FORETHOUGHT_API_KEY` with a valid Forethought API key
Expand Down

0 comments on commit 4ea5793

Please sign in to comment.