1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00

doc: Fix interpretation typo

This commit is contained in:
Mattias Wadman 2021-12-04 20:57:35 +01:00
parent 5cb3496604
commit 47deb4db4f

View File

@ -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.