From edccbe4bd3b6f1430a6e290d89241109189bbb85 Mon Sep 17 00:00:00 2001 From: robinxb <84084888@qq.com> Date: Tue, 4 Jun 2019 12:23:39 +0800 Subject: [PATCH] docs(docs): add feature --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e691591..4cd0bfb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A javascript/typescript behaviour tree library implementation of [Fluent-Behaviour-Tree](https://github.com/codecapers/Fluent-Behaviour-Tree) +[View Documented](https://robinxb.github.io/ts-behavior-tree) + [![Travis](https://img.shields.io/travis/robinxb/ts-behavior-tree.svg)](https://travis-ci.org/robinxb/ts-behavior-tree) [![Coveralls](https://img.shields.io/coveralls/robinxb/ts-behavior-tree.svg)](https://coveralls.io/github/robinxb/ts-behavior-tree) [![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. 🎉 * Pure ES5 * Tiny (~5KB Minified) * Full [Documented](https://robinxb.github.io/ts-behavior-tree) +* Zero dependency ## Installation