commit aa55611c64969591f4356fe49364789cc8b3c1bb
parent a907d787de495d67c93494aca35a612be1c2becd
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Tue, 14 Jan 2014 20:27:11 +0100
Minor documentation update (consistency).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -14,7 +14,7 @@ Weather data comes from the `OpenWeatherMap` free weather API.
AnsiWeather requires the following dependencies :
- A command to fetch HTTP data such as [cURL](http://curl.haxx.se) or [wget](https://www.gnu.org/software/wget/)
-- jq (lightweight and flexible command-line JSON processor) : http://stedolan.github.io/jq/
+- [jq](http://stedolan.github.io/jq/) (lightweight and flexible command-line JSON processor)
- [bc](https://www.gnu.org/software/bc/) (arbitrary precision numeric processing language)