chore: removed superfluous word (#12160)

I noticed a likely unintentional "actually" in the README. Nothing
fancy, just updating the documentation.
This commit is contained in:
Jeffrey C. Ollie
2026-04-06 23:57:23 -05:00
committed by GitHub

View File

@@ -149,7 +149,7 @@ C-compatible library for embedding a fast, feature-rich terminal emulator
in any 3rd party project. This library is called `libghostty`.
Due to the scope of this project, we're breaking libghostty down into
separate actually libraries, starting with `libghostty-vt`. The goal of
separate libraries, starting with `libghostty-vt`. The goal of
this project is to focus on parsing terminal sequences and maintaining
terminal state. This is covered in more detail in this
[blog post](https://mitchellh.com/writing/libghostty-is-coming).