Skip to content

Commit

Permalink
Add 'home' node to OctopusState in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jan 9, 2024
1 parent c796e64 commit 39e734f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ final state = OctopusState(
intention: OctopusStateIntention.auto,
arguments: <String, String>{'shop': 'catalog'},
children: <OctopusNode>[
OctopusNode(
name: 'home',
arguments: <String, String>{},
children: <OctopusNode>[],
),
OctopusNode(
name: 'shop',
arguments: <String, String>{},
Expand Down

0 comments on commit 39e734f

Please sign in to comment.