Fixed typo.
This commit is contained in:
parent
93407fbf8f
commit
48d929868d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ The Bitly API [Access Token](https://bitly.is/accesstoken) can be specified dire
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
// Env Variable or System Property
|
// Env Variable or System Property
|
||||||
vak bitly = Bitly()
|
val bitly = Bitly()
|
||||||
|
|
||||||
// Properties file path
|
// Properties file path
|
||||||
val bitly = Bitly(File("my.properties"))
|
val bitly = Bitly(File("my.properties"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue