diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-06-20 17:00:54 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-06-20 17:00:54 -0600 |
commit | 00f648a2aab4d2de68c0397c1d90f639abd8a90a (patch) | |
tree | 3bdaaa8caea8d52efdec5f7c01a842c2de1177fd | |
parent | 63acb2f09fd2ceb6269aa81f590f142d80ba465a (diff) | |
download | fpm-00f648a2aab4d2de68c0397c1d90f639abd8a90a.tar.gz fpm-00f648a2aab4d2de68c0397c1d90f639abd8a90a.zip |
Remove the space before comma
This is a fixup of #101.
-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 |