Skip to content

Commit

Permalink
Update README.md (#1531)
Browse files Browse the repository at this point in the history
Minor fix syntax highlighting
  • Loading branch information
dalinaum authored Oct 2, 2023
1 parent 941d1fb commit 52d44c0
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 @@ -244,7 +244,7 @@ Next: head to the full KMM [example](https://github.com/realm/realm-kotlin-sampl
If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use a **-SNAPSHOT** release of the current development version of Realm via Gradle, available on [Maven Central](https://oss.sonatype.org/content/repositories/snapshots/io/realm/kotlin/)

## Groovy
```
```Gradle
// Global build.gradle
buildscript {
repositories {
Expand Down Expand Up @@ -280,7 +280,7 @@ apply plugin: "io.realm.kotlin"
```

## Kotlin
```
```Kotlin
// Global build.gradle

buildscript {
Expand Down

0 comments on commit 52d44c0

Please sign in to comment.