diff --git a/macOS-Auto‐Start-Service-Setup-(for-Remote---MDM-Deployment).md b/macOS-Auto‐Start-Service-Setup-(for-Remote---MDM-Deployment).md
index e32ab43..eabbe00 100644
--- a/macOS-Auto‐Start-Service-Setup-(for-Remote---MDM-Deployment).md
+++ b/macOS-Auto‐Start-Service-Setup-(for-Remote---MDM-Deployment).md
@@ -485,7 +485,7 @@ Edit the `DEFAULTPATH` variable at the top of the script:
DEFAULTPATH='/Applications/MyCustomApp.app'
```
-
+
`MyCustomApp.app` should be replaced with your actual application name followed by `.app`.
For example, using the settings above, the path would be `/Applications/Test2.app`.