From 46652f5d1be5078917b92949827935c7c6d22736 Mon Sep 17 00:00:00 2001 From: amansinghania14 <73474378+amansinghania14@users.noreply.github.com> Date: Mon, 26 Oct 2020 23:40:37 +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..92a2ec7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A command line simulator for _Deterministic Finite Automata_ (DFA). * Clone this repository into a folder using git clone. * Open terminal and compile the _dfa.cpp_ file. (in Linux terminal use, g++ dfa.cpp to compile). * Run the generated _a.out_ file using ./a.out. -* Firstly, you need to configure the DFA. +* Firstly, you need to configure DFA. ## Configuring DFA * Set of inputs: Firstly, enter number of inputs and then enter all the inputs separated by a space.