diff --git a/README.md b/README.md index 3acba56..2b3cce5 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ currencyQuery { ### Locale -``kotlin +```kotlin "NL".asCountryLocale() "NL".asCountryLocale().getCurrency() "NL".asCountryLocale().getCurrencies() -`` +``` ### Rounding @@ -162,4 +162,4 @@ Publish the release to Sonatype ```bash ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository ``` -This will publish the artifacts to Maven Central. \ No newline at end of file +This will publish the artifacts to Maven Central.