From fad19c87a58097b29cac9bce0afb31f983a9a120 Mon Sep 17 00:00:00 2001 From: Sondre Wold Date: Wed, 10 Apr 2024 15:48:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4969fc..324a5d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Minimal Weather CLI Tool -This small script gets the average temperate and total precipation for the next "x" hours at your current location (based on your ip). +This small script gets the average temperature and total precipitation for the next "x" hours at your current location (based on your ip). Building the binary requires `cargo`: `cargo build --release` -- 2.39.5