diff --git a/readme.md b/readme.md index 572d2b8..4c3f668 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # BehaviorTree.js +[![CDNJS](https://img.shields.io/cdnjs/v/behaviortree.svg)](https://cdnjs.com/libraries/behaviortree) A JavaScript implementation of Behavior Trees. They are useful for implementing AIs. If you need more information about Behavior Trees, look on [GameDevAI](http://aigamedev.com), there is a nice [video about Behavior Trees from Alex Champandard](http://aigamedev.com/open/article/behavior-trees-part1/). There is also a nice read of [Björn Knafla](http://www.altdevblogaday.com/author/bjoern-knafla/) explaining how [explaining how Behavior Trees work](http://www.altdevblogaday.com/2011/02/24/introduction-to-behavior-trees/).