From 3f0bd45850fad96ef44a1e9b37aa7daab474687e Mon Sep 17 00:00:00 2001
From: blisshome <biz@earthlightly.com>
Date: Wed, 21 Sep 2022 15:51:21 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 7036ecc..8ce4201 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,14 @@
 Soft Link
 
 ## Description
-Context menu item for Dolphin that creates a soft symbolic link to a **_single_** selected file and puts it in the directory of the selected item with "_lnk" appended to the file name before the extension. Works with file names that have spaces in the name or extension. 
+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. "_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 file names that have spaces in the name or extension. 
 
 
 ## Installation
 Put .desktop file in **~/.local/share/kio/servicemenus/**.
 
 ## Usage
-Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
+**My File.txt** --> **My File_lnk.txt** in same folder as the link target.
 
 ## Roadmap
 Current version is not written to process multiple files, but that should be easy enough to do.
-- 
GitLab