From 6c7c1eca419d7fa793f0f9d8e7a50129deb8db77 Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Tue, 18 Oct 2022 01:18:07 +0000 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 265b5e7..a5b12cc 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ Run `make`. Run `make test` -The test script can also run on arbitrary programs: `./run_sh_quote /path/to/other_program`. +The test script can also run on arbitrary programs: `./test_sh_quote /path/to/other_program`.