Finite state machines in rust; bendns fork to add types.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0741cc..cabd429 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
The `rust-fsm` crate provides a simple and universal framework for building
state machines in Rust with minimum effort.
-The essential part of this crate is the [`StateMachineImpl`] trait. This trait
+The essential part of this crate is the `StateMachineImpl` trait. This trait
allows a developer to provide a strict state machine definition, e.g.
specify its: