Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Nov 21, 2024
1 parent 47799c7 commit 0d711ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ up automatically, given your shell is configured properly.

</details>


## Examples

### Describing escape sequences
Expand Down Expand Up @@ -149,7 +148,7 @@ To generate golden files for your TUIs have a look at [`golden`][golden] and [`t
## Pro Mode: Syntax Highlighting for Raw Sequences

One of the pain points that we find when reading raw ANSI output is
that it’s hard to visually separate sequences from reguar text. For situations
that it’s hard to visually separate sequences from regular text. For situations
like this you can use the `--raw`/`-r` flag to simply highlight sequences inline:

```bash
Expand All @@ -173,8 +172,8 @@ what the sequences are and what they’re doing.
## Is it done?

No! Common sequences are implemented, but there is still plenty of work to
do. For instance, APC sequences are not supported yet. If you notice one
of such missing sequences, or want to work on any other area of the project,
do. For instance, APC sequences are not supported yet. If you notice one
of such missing sequences, or want to work on any other area of the project,
feel free to open a PR. 💘

## Contributing
Expand Down

0 comments on commit 0d711ba

Please sign in to comment.