From 3af27cbb536be4b605c45fc36dce5f55ecadb17c Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Sat, 18 May 2024 17:44:06 -0500 Subject: [PATCH] save --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88ea9a..a88b228 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ console.log(cut); //=> 'C:\\myproject\\node_modules\\portablegit\\out\\portablegit\\usr\\bin\\cut' ``` -This can be useful if you need to resolve the path to a specific binary (`cat.exe`, `cut.exe`, etc.) that isn't exposed by default. Note that you don't need to use the `.exe` suffix since Windows will helpfully add `.exe` when attempting to run the file. +This can be useful if you need to resolve the path to a specific binary (`cat.exe`, `cut.exe`, etc.) that isn't exposed by default. Note that you don't need to use the `.exe` suffix since Windows will helpfully add `.exe` suffix when attempting to run the file. ## Development