Skip to content

Commit

Permalink
doc: Fix typo and some improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 3, 2021
1 parent 93322bc commit 1a0089e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ Tool, language and format decoders for exploring binary data.

## Goals

- Make binary formats accessible any queryable.
- Make binary formats accessible and queryable.
- Nested formats and bit-oriented decoding.
- Quick and comfortable CLI tool.
- Do bit and byte transformations and conversions.
- Bit and byte transformations and conversions.
- Programmer's calculator.

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

## Usage

Basic usage is: `fq . file`. For details see [usage.md](doc/usage.md).

## Install

Download archive from [releases](https://github.com/wader/fq/releases) page for your
Expand Down Expand Up @@ -49,10 +53,6 @@ make test fq
cp fq /usr/local/bin
```

## Usage

Basic usage is `fq . file`. For more details see [usage.md](doc/usage.md).

## Supported formats

[./formats_list.jq]: sh-start
Expand All @@ -61,15 +61,15 @@ aac_frame, adts, adts_frame, apev2, av1_ccr, av1_frame, av1_obu, avc_annexb, avc

[#]: sh-end

See [formats](doc/formats.md) for more details.
For details see [formats.md](doc/formats.md).

## TODO and ideas

See [TODO.md](doc/TODO.md)
See [TODO.md](doc/TODO.md).

## Development

See [dev.md](doc/dev.md)
See [dev.md](doc/dev.md).

## Thanks and related projects

Expand Down

0 comments on commit 1a0089e

Please sign in to comment.