Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakrok09 authored Apr 22, 2024
1 parent b499a0e commit daea95e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ A TypeScript/JavaScript library for managing automata.
npm i ts-automata
```

> Check out dnbln's Agda package for Automata proofs: [https://dnbln.dev/agdomaton ](https://dnbln.dev/agdomaton)
## Overview

Currently supported are the Deterministic and Non-deterministic finite state automata.
Expand Down Expand Up @@ -75,4 +77,4 @@ const dfa = new DFABuilder("ab")
.withEdges.from("q2").toSelf().over("ab")
.getResult()
```
_Figure 3: Creating a DFA using a `DFABuilder`._
_Figure 3: Creating a DFA using a `DFABuilder`._

0 comments on commit daea95e

Please sign in to comment.