Skip to content

Commit edccbe4

Browse files
committed
docs(docs): add feature
1 parent 7ecb93a commit edccbe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A javascript/typescript behaviour tree library implementation of [Fluent-Behaviour-Tree](https://github.com/codecapers/Fluent-Behaviour-Tree)
44

5+
[View Documented](https://robinxb.github.io/ts-behavior-tree)
6+
57
[![Travis](https://img.shields.io/travis/robinxb/ts-behavior-tree.svg)](https://travis-ci.org/robinxb/ts-behavior-tree)
68
[![Coveralls](https://img.shields.io/coveralls/robinxb/ts-behavior-tree.svg)](https://coveralls.io/github/robinxb/ts-behavior-tree)
79
[![npm version](https://badge.fury.io/js/ts-behavior-tree.svg)](https://badge.fury.io/js/ts-behavior-tree)
@@ -31,6 +33,7 @@ So I rewrite based on the origin C# implement. 🎉
3133
* Pure ES5
3234
* Tiny (~5KB Minified)
3335
* Full [Documented](https://robinxb.github.io/ts-behavior-tree)
36+
* Zero dependency
3437

3538
## Installation
3639

0 commit comments

Comments
 (0)