From 75bfc8436e5c6d8792065f2770b7c1046263d693 Mon Sep 17 00:00:00 2001 From: Michael Hoye Date: Wed, 10 May 2023 08:56:29 -0400 Subject: [PATCH] fix markdown typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a87a70d..92a5b27 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Additions and corrections via raised issue or pull requests are welcome. * [tmux](https://github.com/tmux/tmux/wiki), a terminal multiplexer. * Some people mentioned [screen](https://www.gnu.org/software/screen/manual/screen.html), the classic tool in this space, but noted that it's getting pretty long in the tooth and tmux is a pure improvement. * [HTTPie](https://httpie.io/), a CURL-adjacentish command-line HTTP client for testing and debugging web APIs. -** [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed. + * [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed. * [glow](https://github.com/charmbracelet/glow), a markdown-on-the-command-line tool. * [Lowdown](https://github.com/kristapsdz/lowdown), also a markdown tool, also interesting. * [fzf](https://github.com/junegunn/fzf), a command-line "fuzzy finder".