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.