diff --git a/README.md b/README.md index f09a864ea..92ae4aabe 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ this [configuration file](https://github.com/JetBrains/kotlin-web-demo/blob/mast ## How to add your dependencies to kotlin compiler :books: -Just put whatever you need as dependencies to [gradle.build](https://github.com/JetBrains/kotlin-web-demo/blob/master/versions/1.1.60/build.gradle) via gradle task called `library`: +Just put whatever you need as dependencies to [build.gradle](https://github.com/JetBrains/kotlin-web-demo/blob/master/versions/1.1.60/build.gradle) via gradle task called `library`: ```gradle library "your dependency"