From e1bccb5ae160ffa4058a8c43bac9d2409157673d Mon Sep 17 00:00:00 2001 From: Reza Naserivand <145547715+rezansrv@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:49:29 +0330 Subject: [PATCH] Update README.md --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index c55fc60..97e06e8 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,3 @@ -# DFA-Minimizer -A tool that minimizes deterministic finite automata with a visual interactive graph. -start drawing and minimizing DFAs! +#DFA Minimization (Reza Naserivand) -# How To Use -The `new label` text input is for naming the states/nodes and edges/transitions - -**Adding States** - -Type in `new label` input the name of the state e.g: `S1` then **hold** `Ctrl/cmd` and **double click** anywhere on the canvas to add that state. - - -**Adding Edges** - -Type in `new label` input the name of the input e.g: `1`, **hold** `Ctrl/cmd`, **double click** on the source state, then **double click** on the target state. - - -**Making a State Final** - -**Hold** `Alt` key and **double click** the state that you want to make final - -**Deleting a State** - -**Hold** `Ctrl/cmd` key and **right click** the state that you want to delete