diff --git a/README.md b/README.md
index 9a1c4d6..8e80ca2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
gedit-statusbar-wordcount-plugin
======================
- Hard forked from: --> https://github.com/footley/gedit-wordcount-plugin and made updates and improvements.
+ Hard forked from: --> https://github.com/footley/gedit-wordcount-plugin with updates and improvements.
A gedit plugin which adds a label to the status bar with the active document's word and character count, where a word is defined as `r"[a-zA-Z0-9]+(?:[-'][a-zA-Z0-9]+)*"`.