You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can learn about the main concepts, the API and the tutorials here: https://w
43
43
To find more details about the conceptual ideas that make this implementation different from others, you can read the [final deliverable of the project MOOD2Be](https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/MOOD2Be_final_report.pdf).
44
44
45
45
46
-
# About version 3.X
46
+
# About version 3.3 and above
47
47
48
48
The main goal of this project is to create a Behavior Tree implementation
49
49
that uses the principles of Model Driven Development to separate the role
@@ -57,7 +57,7 @@ In practice, this means that:
57
57
- To build a Behavior Tree out of TreeNodes, the Behavior Designer must
58
58
not need to read nor modify the source code of a given TreeNode.
59
59
60
-
Version __3.x__ of this library introduces some dramatic changes in the API, but
60
+
Version __3.3+__ of this library introduces some dramatic changes in the API, but
0 commit comments