Skip to content

Commit 5842e50

Browse files
committed
docs: version bump, toc link fixes
1 parent f885016 commit 5842e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Fluid Behavior Tree is used through [Unity's Package Manager](https://docs.unity
116116
}
117117
],
118118
"dependencies": {
119-
"com.fluid.behavior-tree": "2.0.1"
119+
"com.fluid.behavior-tree": "2.2.0"
120120
}
121121
}
122122
```
@@ -138,11 +138,11 @@ with units who attempt to capture the flag while grabbing power ups to try and g
138138
- [Wait Time](#wait-time)
139139
+ [Conditions](#conditions)
140140
- [Generic](#condition-generic)
141-
- [RandomChance](#random-chance)
141+
- [RandomChance](#randomchance)
142142
+ [Composites](#composites)
143143
- [Sequence](#sequence)
144144
- [Selector](#selector)
145-
- [SelectorRandom](#selector-random)
145+
- [SelectorRandom](#selectorrandom)
146146
- [Parallel](#parallel)
147147
+ [Decorators](#decorators)
148148
- [Generic](#decorator-generic)

0 commit comments

Comments
 (0)