From f3eb720801806e459fa980624766b247916af167 Mon Sep 17 00:00:00 2001
From: blisshome <biz@earthlightly.com>
Date: Sun, 25 Sep 2022 16:08:16 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f64c412..5f1c8f5 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
-- 
GitLab