From cf71e929547bb011ab553f49a522a89a53a3f0d8 Mon Sep 17 00:00:00 2001 From: amansinghania14 <73474378+amansinghania14@users.noreply.github.com> Date: Mon, 26 Oct 2020 23:48:16 +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..55a442d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A command line simulator for _Deterministic Finite Automata_ (DFA). ## Testing DFA * Test inputs can be written in _input.txt_ file separated by a new line character i.e. one input string per line. The configured DFA will automatically test these input strings which are specified in this file. -* 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. +* If you feel like testing on more inputs after the inputs from a 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.