From bca5e344fa473c6eec0da696303a90f19d55b6c2 Mon Sep 17 00:00:00 2001 From: myNameIsPK <43566401+myNameIsPK@users.noreply.github.com> Date: Sat, 4 Jun 2022 04:51:57 +0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34624c1..4a4d83e 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Refer to [https://st.suckless.org/](https://st.suckless.org/) for details on the - this patch makes the cursor color the inverse of the current cell color - [externalpipe](https://st.suckless.org/patches/externalpipe/) - - this patch allows for eading and writing st's screen through a pipe, e.g. to pass info to dmenu + - this patch allows for reading and writing st's screen through a pipe, e.g. to pass info to dmenu - [externalpipein](https://lists.suckless.org/hackers/2004/17218.html) - this patch prevents the reset of the signal handler set on SIGCHILD, when the forked process that executes the external process exits