Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mazenrashed authored Oct 1, 2019
1 parent cd29f08 commit 0023c72
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 @@ -28,7 +28,7 @@ dependencies {
### Initialize LogDNA
Should be initialized once in `Application.onCreate()`:
```kotlin
LogDna.init(LOG_DNA_API_KEY, APP_NAME)
LogDna.init(LOG_DNA_API_KEY, APP_NAME, HOST_NAME)
```
### Start Logging
```kotlin
Expand Down

0 comments on commit 0023c72

Please sign in to comment.