From c523a600769c4f043cbc52e0493ab47c0144062f Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Fri, 25 Apr 2025 10:42:24 -0500 Subject: Fixed typo in README --- README.md | 4 ++-- 1 file 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: -- cgit v1.2.3