diff --git a/README.md b/README.md
index d5eba2d..20ded1c 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,18 @@
-Kotlin Sublime Text 2 Package
+[](https://opensource.org/licenses/Apache-2.0)
+
+Kotlin Syntax Highlighter
=============================
-This is [Sumblime Text 2](http://www.sublimetext.com/) package for [Kotlin](http://kotlin.jetbrains.org/) programming language.
+This is the [Sublime Text](https://www.sublimetext.com/) package for [Kotlin](https://kotlinlang.org/) syntax highlighting.
-
+
Overview
--------
-The following modules already implemented:
+The following modules are already implemented:
-* Kotlin Syntax Defenition Kotlin.tmLanguage
+* Kotlin Syntax Definition Kotlin.tmLanguage
Download
--------
@@ -19,27 +21,28 @@ Download
- Tagged zip: [kotlin-sublime-package-1.0.zip](https://github.com/vkostyukov/kotlin-sublime-package/archive/kotlin-sublime-package-1.0.zip)
- Current zipball: [kotlin-sublime-package-master.zip](https://github.com/vkostyukov/kotlin-sublime-package/archive/master.zip)
-Instalation
+Installation
-----------
-There are three ways to install Kotlin Sublime Package:
+There are four ways to install the Kotlin Sublime Package:
-- Using archived package (kotlin.sublime-package
)
-- Using version control system (GitHub)
-- Using raw files (Kotlin.tmLanguage
) from repository tree
+1. Using archived package (kotlin.sublime-package
)
+2. Using version control system (GitHub)
+3. Using raw files (Kotlin.tmLanguage
) from repository tree
+4. Using [Sublime Package Control](https://packagecontrol.io/packages/Kotlin)
-There is [an instruction](http://sublimetext.info/docs/en/extensibility/packages.html) with detailed steps for any type of instalation.
+Here are [instructions](http://docs.sublimetext.info/en/latest/extensibility/packages.html) with detailed steps for any type of installation.
Contribution
------------
-If you want to contribute to this project, first of all you need to download the latest version of [AAAPackageDev](https://bitbucket.org/guillermooo/aaapackagedev) - useful tool for Sublime Text Packages developing.
+If you want to contribute to this project, first of all you need to download the latest version of [AAAPackageDev](https://bitbucket.org/guillermooo/aaapackagedev) - useful tool for Sublime Text Packages developing.
Then you can follow the tutorials:
-* [Syntax Defenitions](http://sublimetext.info/docs/en/extensibility/syntaxdefs.html) for changing the syntax defenition file
-* [Snippets](http://sublimetext.info/docs/en/extensibility/snippets.html) for changing the snippet files
+* [Syntax Definitions](http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html) for changing the syntax definition file
+* [Snippets](http://docs.sublimetext.info/en/latest/extensibility/snippets.html) for changing the snippet files
-There is also [a full documentation](http://sublimetext.info/docs/en/extensibility/extensibility.html) of Sublime Text extending.
+There is also [documentation](http://docs.sublimetext.info/en/latest/extensibility/extensibility.html) for extending functionality to Sublime Text.
The best way to contribute is to send pull-requests though GitHub interface.
@@ -47,8 +50,8 @@ Links
-----
* https://github.com/vkostyukov/kotlin-sublime-package
-* http://www.sublimetext.com/
-* http://kotlin.jetbrains.org/
+* https://www.sublimetext.com/
+* https://kotlinlang.org/
----
-by [Vladimir Kostyukov](http://vkostyukov.ru), 2012
\ No newline at end of file
+by [Vladimir Kostyukov](http://vkostyukov.ru), 2012