Skip to content

Commit 641c874

Browse files
author
Jan
authored
refactor(README): cosmetics
1 parent 11b2ff0 commit 641c874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sourceSets {
2424
#### Android
2525

2626
```kotlin
27-
val store = KVault(<context>, <fileName>)
27+
val store = KVault(context, "<fileName>")
2828
```
2929

3030
| Parameter | Description |
@@ -34,7 +34,7 @@ val store = KVault(<context>, <fileName>)
3434
#### iOS
3535

3636
```kotlin
37-
val store = KVault(<serviceName>, <accessGroup>)
37+
val store = KVault("<serviceName>", "<accessGroup>")
3838
```
3939

4040
| Parameter | Description |

0 commit comments

Comments
 (0)