From d68850ed09b7789db77cdab86fe7ca3de09505e8 Mon Sep 17 00:00:00 2001 From: Ellie D Date: Mon, 17 Jun 2019 11:17:52 -0500 Subject: [PATCH] adjusted README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73cc13d..01c1582 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,17 @@ --- -### Oh no, what is it this time? +### What's this? -No wait, it's actually good this time: it's an FFT waterfall plot for your terminal! +It's an FFT waterfall plot for your terminal! Now you can generate sonograms and stuff without needing +a GUI at all! --- ### What it does It takes the FFT of the data from stdin (it expects u8 samples for now) and emits a waterfall plot -using full block characters and ANSI color escapes. You will need a 256-color-capable terminal. +using block characters and ANSI color escapes. You will need a 256-color-capable terminal. ---