From 780e30c4e0b1cf2296e01873654cdc1132cc9da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Thu, 10 Sep 2015 22:06:41 +1200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f48d42..9ec5b62 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ job.aasm.current_state # stage3 ``` -### Multiple state machine per class +### Multiple state machines per class Multiple state machines per class are supported. Be aware though, that _AASM_ has been built with one state machine per class in mind. Nonetheless, here's how to do it: