Fixed Typo in README.md
diff --git a/README.md b/README.md
index 0cae95b..1f115af 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,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.
 ```
-[MPH-XXX] - Subject of the JIRA Ticket
+[MEAR-XXX] - Subject of the JIRA Ticket
  Optional supplemental description.
 ```
 + Make sure you have added the necessary tests (JUnit/IT) for your changes.