diff --git a/README.md b/README.md index f1f747b..a31b00d 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ $loggedInUser This will be replaced by the username of only the current logged in user: -For example: appFiles+=("/Users/$loggedInUser/Library/Application Support/JamfConnect") +For example: ```appFiles+=("/Users/$loggedInUser/Library/Application Support/JamfConnect")``` ``` <> ``` This will be replaced by the path of EVERY user homefolder: -For example: appFiles+=("<>/Library/Application Support/JamfConnect") +For example: ```appFiles+=("<>/Library/Application Support/JamfConnect")``` Because sometimes you want the remove files for every user on the Mac