Skip to content

Commit

Permalink
refactor(README): cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored Feb 14, 2022
1 parent 11b2ff0 commit 641c874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sourceSets {
#### Android

```kotlin
val store = KVault(<context>, <fileName>)
val store = KVault(context, "<fileName>")
```

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

```kotlin
val store = KVault(<serviceName>, <accessGroup>)
val store = KVault("<serviceName>", "<accessGroup>")
```

| Parameter | Description |
Expand Down

0 comments on commit 641c874

Please sign in to comment.