diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-07-13 14:58:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 14:58:06 -0400 |
commit | 02b07f45052d5f5f69697aacf646ea8736880fb8 (patch) | |
tree | 5457d144b7d73759f6dabb223444a8b4280c4ecc /README.md | |
parent | 572bd33f918f3d5ce48ee482cf90ce49c6888199 (diff) | |
parent | 00f648a2aab4d2de68c0397c1d90f639abd8a90a (diff) | |
download | fpm-02b07f45052d5f5f69697aacf646ea8736880fb8.tar.gz fpm-02b07f45052d5f5f69697aacf646ea8736880fb8.zip |
Merge pull request #104 from certik/comma
Remove the space before comma
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ As the prototype matures and we enter production, we will do our best to stay ba ### Install Haskell -To install **Haskell Stack**, follow these [instructions](https://docs.haskellstack.org/en/stable/install_and_upgrade/) -, users without superuser (admin) permissions should follow the [manual installation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2) procedure. +To install **Haskell Stack**, follow these [instructions](https://docs.haskellstack.org/en/stable/install_and_upgrade/), +users without superuser (admin) permissions should follow the [manual installation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2) procedure. ### Download this repository |