From eb562660c996592e4a8f00dba3513abe30bf7186 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 14 Nov 2021 15:07:34 +0100 Subject: [PATCH] Rephrase introduction --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bb9a3b..a5211c3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ wttr.in is a console-oriented weather forecast service that supports various inf representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers. -wttr.in uses [wego](https://github.com/schachmat/wego) for visualization -and various data sources for weather forecast information. +Originally started as a small project, a wrapper for [wego](https://github.com/schachmat/wego), +intended to demonstrate the power of the console-oriented services, +*wttr.in* became a popular weather reporting service, handling tens millions of queries daily. You can see it running here: [wttr.in](https://wttr.in).