diff --git a/README.md b/README.md index a916c081..2e4f4ee1 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ IntelliJ IDEA plugin for Haskell, based on [ideah](https://code.google.com/p/ide http://plugins.jetbrains.com/plugin/7453?pr=idea You can download the latest build manually from BuildServer: -(http://teamcity.jetbrains.com/viewType.html?buildTypeId=Haskell_Build&guest=1) -For now the plugin provides these basic features: +http://teamcity.jetbrains.com/viewType.html?buildTypeId=Haskell_Build&guest=1 + +At this point the plugin provides these basic features: * Haskell syntax highlight * Cabal syntax highlight * Error checking with [ghc-modi](http://hackage.haskell.org/package/ghc-mod). @@ -29,7 +30,7 @@ For now the plugin provides these basic features: ### Plans -* add ability to jump to hackage libraries source code. +* add the ability to jump to hackage libraries source code. * support of other products based on the IntelliJ platform. * GHCi support