Updated readme to help people unfamiliar with Gradle
Fixes #539
diff --git a/README.md b/README.md
index 67b4c0c..cb809a3 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,9 @@
 Add dependencies (you can also add other modules that you need):
 
 ```groovy
-implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.1'
+dependencies {
+    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.30.1'
+}
 ```
 
 And make sure that you use the latest Kotlin version: