From 47deb4db4fc59e176feb3baa56f0c01d1bf02b0a Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Sat, 4 Dec 2021 20:57:35 +0100 Subject: [PATCH] doc: Fix interpretation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ec81ef..66e5d3a7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tool, language and decoders for inspecting binary data. 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 interprestation and know how to be presented in useful ways. +it comes from, can have a symbolic interpretation and know how to be presented in useful ways. **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.