summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f6925c0..01f20d9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -41,7 +41,7 @@ Turns:
import System.Directory (doesFileExist)
import qualified Data.Map as M
- import Data.Map ((!), keys, Map)
+ import Data.Map ((!), keys, Map)
data Point = Point
{ pointX, pointY :: Double
@@ -115,7 +115,10 @@ Atom integration
[ide-haskell] for Atom supports `stylish-haskell`.
+[atom-beautify] for Atom supports Haskell using `stylish-haskell`.
+
[ide-haskell]: https://atom.io/packages/ide-haskell
+[atom-beautify]: Https://atom.io/packages/atom-beautify
Credits
-------