diff --git a/README.md b/README.md
index b22467f8835c6c7893fd90894a81d89279cb5161..b3e8a22fc28efae3f4e19dadf34196b5f7d71119 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +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 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.
 
 
 ## Installation