diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-22 12:27:13 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-22 12:27:13 +0300 |
commit | 5ec326d8f44683ef991eda5b0a3405e128800db5 (patch) | |
tree | 1ee59e2b40ce69a7b608d39b22c97123bce62db6 | |
parent | 6f6e3d8ec76c59d6f403725e9b2a22b8f6680714 (diff) | |
download | openweathermap-5ec326d8f44683ef991eda5b0a3405e128800db5.tar.gz |
README: fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Requirements ============ OpenWeatherMap is written in Haskell with [GHC](http://www.haskell.org/ghc/). -All required Haskell libraries are listed in [openweathermap.cabal](ldapply.cabal). +All required Haskell libraries are listed in [openweathermap.cabal](openweathermap.cabal). Use [cabal-install](http://www.haskell.org/haskellwiki/Cabal-Install) to fetch and build all pre-requisites automatically. |