diff --git a/README.md b/README.md
index b8bf085..ed986cd 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
Contributing guidelines
- Add semicolons (;) after each Typescript line religiously, This is because changes in the Typescript file are minified and compiled (into JS), where lines withput semicolons can crash the whole app
- - If you want to raise a pull request, then you should fork the linted files, then I will minify that file and accept the changes (if valid).
+ - If you want to raise a pull request, then you should fork the TS file, then I will minify that file and accept the changes (if valid).
- Please don't add comments or console.log statements while raising a PR, if you want you can have them in your fork
- Use constant variables and functions as far as possible. Declare global variables globally and locals locally
- Declare constant variables first, then let variables, then functions, then event handlers (all according to their respective scopes).