summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-29 12:35:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-07-29 12:35:40 -0700
commit43f1f4306d4b9e52d9d394803f841e2b0e34d99f (patch)
treed3b9bd3e281974e3708b2408751b8ce3d09bcf96 /README.markdown
parent3dda017fef0be409648f2649c2fed39a673c90d5 (diff)
parente410c54dc85bfdc98f9c1c9ed737fea4326e3da5 (diff)
downloadstylish-haskell-43f1f4306d4b9e52d9d394803f841e2b0e34d99f.tar.gz
Merge tag '0.6.1.0'
0.6.1.0
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
-------