diff --git a/README.md b/README.md
index 01d30f5..35689f5 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ A command line simulator for _Deterministic Finite Automata_ (DFA).
* If you feel like testing on more inputs after the inputs from file are exhausted, you can even give input strings from the command line itself.
## Output Format
-* For each input string, the DFA will specify whether the input was Accepted, Rejected or Invalid Input.
+* For each input string, the DFA will specify whether the input was Accepted, Rejected or Invalid.
## Contributor
* Kshitiz Srivastava