Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83cbceb

Browse files
Merge pull request BehaviorTree#204 from kant/patch-1
Minor fix on line 19
2 parents 3f093fa + 2820685 commit 83cbceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This __C++ 14__ library provides a framework to create BehaviorTrees.
1616
It was designed to be flexible, easy to use, reactive and fast.
1717

1818
Even if our main use-case is __robotics__, you can use this library to build
19-
__AI for games__, or to replace Finite State Machines in you application.
19+
__AI for games__, or to replace Finite State Machines in your application.
2020

2121
There are few features that make __BehaviorTree.CPP__ unique, when compared to other implementations:
2222

@@ -26,7 +26,7 @@ There are few features that make __BehaviorTree.CPP__ unique, when compared to o
2626

2727
- Trees are defined using a Domain Specific Scripting __scripting language__ (based on XML), and can be loaded at run-time; in other words, even if written in C++, Trees are _not_ hard-coded.
2828

29-
- You can staticaly link your custom TreeNodes or convert them into __plugins__
29+
- You can statically link your custom TreeNodes or convert them into __plugins__
3030
which can be loaded at run-time.
3131

3232
- It provides a type-safe and flexible mechanism to do __Dataflow__ between

0 commit comments

Comments
 (0)