From dd847030fa66b1a9762fd429877b3157342c5985 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Tue, 17 Sep 2013 15:59:56 +0400 Subject: [PATCH] Fix references in ReadMe.md --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 71b08a4110d..54d23e608e2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -58,7 +58,7 @@ From this root project there are Run/Debug Configurations for running IDEA or th * a child IDEA with the Kotlin plugin will then startup * you can now open the [kotlin libraries project](https://github.com/JetBrains/kotlin/tree/master/libraries) to then work with the various kotlin libraries etc. -### Using a pre-built Kotlin IDEA plugin +### Using a pre-built Kotlin IDEA plugin There are several options for getting Kotlin plugin. A stable version can be obtained as any other plugin for Intellij IDEA: @@ -72,7 +72,7 @@ finished you can install it with "Install plugin from disk...": You can now open any Kotlin based projects. - + **Note for contributors**: If you are planning to contribute to Kotlin project you probably want to have locally the same version of plugin that build server is using for building. As this version is constantly moving, the best way to always be updated is to let IDEA notify you when it is time to renew you plugin.