Skip to content

Commit

Permalink
Adds reference to the example app in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 14, 2024
1 parent 71d5581 commit 2893966
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@

A library for generating Finite State Transducers based on Levenshtein Automata.

NOTE: This library is currently in beta phase. I'll have it production ready as
soon as possible. Currently, the top-level components have decent test coverage
NOTE: This library is currently in rc phase. I'll have it production ready as
soon as possible. Currently, the top-level components have >90% test coverage
and the library is usable as described below.

To make my life easier, this library takes advantage of C++20 features. If you
need compatibility with an older standard, please either submit a pull request
or create an issue stating the standard you need compatibility with and I'll get
around to adding its support when I get time.

For a demonstration, please reference the [example app](example/).

## Initialization

To ease dependency management during development,
Expand Down

0 comments on commit 2893966

Please sign in to comment.