fixed issue description example
diff --git a/README.md b/README.md
index a73bbf1..a35b5ea 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@
   + Check for unnecessary whitespace with `git diff --check` before committing.
 + Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
 ```
-[MCLEAN-XXX] - Subject of the JIRA Ticket
+[MSITE-XXX] - Subject of the JIRA Ticket
  Optional supplemental description.
 ```
 + Make sure you have added the necessary tests (JUnit/IT) for your changes.