[commit: packages/haskeline] master: Make sections Markdown correct in README.md (f73729d)
git at git.haskell.org
git at git.haskell.org
Thu Sep 21 18:03:10 UTC 2017
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/f73729dbb81fab275eb8c3177c205ac3ca3f4caf
>---------------------------------------------------------------
commit f73729dbb81fab275eb8c3177c205ac3ca3f4caf
Author: Grzegorz Wierzowiecki <grzegorz.wierzowiecki+github at gmail.com>
Date: Sun Aug 27 11:03:55 2017 +0200
Make sections Markdown correct in README.md
>---------------------------------------------------------------
f73729dbb81fab275eb8c3177c205ac3ca3f4caf
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8724ec3..078f5f8 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-#Haskeline
+# Haskeline
The Haskeline library provides a user interface for line input in command-line programs.
This library is similar in purpose to readline, but since it is written in Haskell it is (hopefully)
more easily used in other Haskell programs.
-##Links
+## Links
The latest release, as well as the API documentation, may be obtained from [Hackage](http://hackage.haskell.org/package/haskeline).
The most recent development source code can be downloaded with:
@@ -15,7 +15,7 @@ Further documentation is also available at
[https://github.com/judah/haskeline/wiki](https://github.com/judah/haskeline/wiki)
-##Features:
+## Features:
- Provides a [rich line editing interface](http://trac.haskell.org/haskeline/wiki/KeyBindings).
- A `~/.haskeline` file allows customization of [preferences](http://trac.haskell.org/haskeline/wiki/UserPrefs) and [custom key bindings](http://trac.haskell.org/haskeline/wiki/CustomKeyBindings).
More information about the ghc-commits
mailing list