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 e07a85c..b8b75bc 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ The DSL is parsed by the `state_machine` macro. Here is a little example.
#[macro_use]
extern crate rust_fsm_dsl;
-use use rust_fsm::*;
+use rust_fsm::*;
state_machine! {
CircuitBreaker(Closed)