1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-10 20:01:45 +00:00

Merge pull request #3885 from latent-9/fix-doc-typos

Fix doubled word in README
This commit is contained in:
Keith Hall
2026-08-10 05:37:48 +03:00
committed by GitHub
+1 -1
View File
@@ -902,7 +902,7 @@ cargo install --path . --locked --force
```
If you want to build an application that uses `bat`'s pretty-printing
features as a library, check out the [the API documentation](https://docs.rs/bat/).
features as a library, check out the [API documentation](https://docs.rs/bat/).
Note that you have to use either `regex-onig` or `regex-fancy` as a feature
when you depend on `bat` as a library.