Skip to content

Commit

Permalink
Fix readme ```
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie authored Apr 17, 2021
1 parent 6cce17a commit 41781dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ currencyQuery {

### Locale

``kotlin
```kotlin
"NL".asCountryLocale()
"NL".asCountryLocale().getCurrency()
"NL".asCountryLocale().getCurrencies()
``
```

### Rounding

Expand Down Expand Up @@ -162,4 +162,4 @@ Publish the release to Sonatype
```bash
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
```
This will publish the artifacts to Maven Central.
This will publish the artifacts to Maven Central.

0 comments on commit 41781dd

Please sign in to comment.