README.md in ard-0.1.0 vs README.md in ard-0.2.0

- old
+ new

@@ -1,7 +1,11 @@ # ARD + + +> **Note:** This has not been fully tested since macOS 10.15. + A gem to help create and organize commands in Apple Remote Desktop ## Installation Add this line to your application's Gemfile: @@ -59,11 +63,11 @@ > - rename_folder #### Print existing commands and folders: ```ruby -puts.ARD.list_folders +puts ARD.list_folders ``` returns any existing single commands or folders in ARD --- @@ -109,17 +113,17 @@ #### Rename an existing command: arguments are (folder_name, orignialcommandname, newcommandname) ```ruby ARD.rename_command("folder0", "command2", "command1") ``` - --- +--- #### Create a visual space by using ---- arguments is physical location you want to create the spacer ```ruby ARD.create_spacer(1) ``` - --- +--- #### Rename an existing folder: arguments are (oldname, newname) ```ruby ARD.rename_folder("folder1", "folder0")