From dd90c3d4ffdee91b8b411291096fdf2bcd426a8c Mon Sep 17 00:00:00 2001 From: amansinghania14 <73474378+amansinghania14@users.noreply.github.com> Date: Mon, 26 Oct 2020 23:47:07 +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..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.