diff --git a/README.md b/README.md
index f64c4129aaafb156f235fdcc70b425795196e19f..5f1c8f5342371872d0d373bd5b72e40ef8d222fa 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@
 Soft Link
 
 ## Description
-Context menu item for Dolphin file manager that creates a soft symbolic link to a **_single_** selected file and puts it in the same directory as the target file. The link name has **"_lnk"** appended to the target's name before the extension (if any). "_lnk" is added to the link name because the the **ln** command does not allow a file and its soft symlink to have the same name _and_ be located in the same directory. Works with a file or directory that has periods or spaces in any position.
-
+Context menu item for Dolphin file manager that creates a soft link (symlink) to a **_single_** selected file or directoryy and puts it in the containing directory. The link name has **"_lnk"** appended to the target's basename before the extension (if any). "_lnk" is added to the link name because the the **ln** command does not allow a target and its symlink to have the same name _and_ be located in the same directory. Works with a file or directory whose basename has periods or spaces in any position.
 
 ## Installation
 Put .desktop file in **~/.local/share/kio/servicemenus/**.
@@ -14,7 +13,7 @@ Put .desktop file in **~/.local/share/kio/servicemenus/**.
 **My File.txt** --> **My File_lnk.txt** in same folder as the link target.
 
 ## Roadmap
-Process multiple files and/or directories.
+Add ability to process multiple files and/or directories.
 
 ## License
 Copyright 2022 Thomas Zakrzewski