Skip to content

Commit df2fe8e

Browse files
committed
updated README for v2.0.0
1 parent 633b5c9 commit df2fe8e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ Teaching and Learning concepts of Theory of Automata are now made easy and inter
44

55
## Available Features
66

7-
- A user shall be able to make make Automaton in Editor page where changes shall be synced across transition table and playground.
7+
- A user shall be able to make Automaton in Editor page where changes shall be synced across transition table and playground.
88
- A user shall be able to download the Automaton.
99
- A user shall be able to upload the Automaton.
1010
- A user shall be able to test if Automaton is DFA or not.
11+
- A user shall be able to test if Automaton is NFA or not.
12+
- A user shall be able to highlight null transitions on already built Automaton.
13+
- A user shall be able to resize Automaton.
14+
- A user shall be able to test a string on already built Automaton.
15+
- A user shall be able to Minimize DFA.
16+
- A user shall be able to convert NFA to DFA.
17+
- A user shall be able to use Help page to find details regarding every feature and demo for visual explanation.
18+
- A user shall be able to use Contact page for any queries, issues or general message.
1119

1220
## Try it Out
1321

0 commit comments

Comments
 (0)