diff --git a/README.md b/README.md index 01d30f5..6668110 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A command line simulator for _Deterministic Finite Automata_ (DFA). * Firstly, you need to configure the DFA. ## Configuring DFA -* Set of inputs: Firstly, enter number of inputs and then enter all the inputs separated by a space. +* Set of inputs: Firstly, enter number of inputs and then enter all the inputs separated by space. * Set of states: You just need to enter total number of states (say n) in your DFA. By default states are numbered from _0_ to _n-1_. * Set of final states: Firstly, enter number of final states and then enter all the final states (remember set of states are numbered from 0 to n-1, so only enter numbers between 0 and n-1 included) present in your DFA. * Initial State : It is assumed to be 0 by default.