From 9b68e1ebc2c3ad547b696186e3df0470539d3f9f Mon Sep 17 00:00:00 2001
From: amansinghania14 <73474378+amansinghania14@users.noreply.github.com>
Date: Mon, 26 Oct 2020 23:55:17 +0530
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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