From 52d44c0c9b5a89c34987b8ec814ccad4b5fc0ed8 Mon Sep 17 00:00:00 2001 From: LYK Date: Mon, 2 Oct 2023 18:00:01 +0900 Subject: [PATCH] Update README.md (#1531) Minor fix syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52d728cbc7..70a5f5dc47 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -280,7 +280,7 @@ apply plugin: "io.realm.kotlin" ``` ## Kotlin -``` +```Kotlin // Global build.gradle buildscript {