From fe68b51d145061b047a4a08d17592ebfc0d16742 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Sun, 5 Dec 2021 22:07:56 +0100 Subject: [PATCH] doc: Improve readme text a bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66e5d3a7..765022ed 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Tool, language and decoders for inspecting binary data. ![fq demo](doc/demo.svg) In most cases fq works the same way as jq but instead of reading JSON it reads binary data. -The result is a JSON compatbile structures where each value knows from which bit ranges -it comes from, can have a symbolic interpretation and know how to be presented in useful ways. +The result is a JSON compatbile structures where each value has a bit range, symbolic +interpretations and know how to be presented in a useful way. **NOTE:** fq is early in development and many things are missing, broken or do not make sense. That also means there is a great opportunity to help out.