aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-04-25 10:42:24 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-04-25 10:42:24 -0500
commitc523a600769c4f043cbc52e0493ab47c0144062f (patch)
tree34b712b83561ac2b2d1eaef100d70108a9d68e93
parent1549d71fc3ba145184dd772e9130f496958d8a3e (diff)
downloadgoexec-c523a600769c4f043cbc52e0493ab47c0144062f.tar.gz
goexec-c523a600769c4f043cbc52e0493ab47c0144062f.zip
Fixed typo in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4ae8e21..1d75e46 100644
--- a/README.md
+++ b/README.md
@@ -450,7 +450,7 @@ Service:
#### Modify Service (`scmr change`)
-The SCMR module's `change` method executes programs by modifying existing Windows services using the RChangeServiceConfigW method rather than calling RCreateServiceW like `scmr create`. Service is restored to its original state after execution
+The SCMR module's `change` method executes programs by modifying existing Windows services using the RChangeServiceConfigW method rather than calling RCreateServiceW like `scmr create`. The modified service is restored to its original state after execution
> [!WARNING]
> Using this module on important Windows services may brick the OS. Try using a less important service like `PlugPlay`.
@@ -483,7 +483,7 @@ Execution:
#### (Auxiliary) Delete Service
-The auxiliary `scmr delete` method will simply delete the provided service.
+The SCMR module's auxiliary `delete` method will simply delete the provided service.
```text
Usage: