diff --git a/README.md b/README.md index ca42094..4d7fda8 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,11 @@ final state = OctopusState( intention: OctopusStateIntention.auto, arguments: {'shop': 'catalog'}, children: [ + OctopusNode( + name: 'home', + arguments: {}, + children: [], + ), OctopusNode( name: 'shop', arguments: {},