Skip to content

Commit 7519c1c

Browse files
committed
docs: adjusted docs for All Contributors table
1 parent aa0fb8b commit 7519c1c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Fluid Behavior Tree [![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
1+
# Fluid Behavior Tree
2+
[![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
23
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
34

45
A pure code behavior tree micro-framework built for Unity3D projects.
@@ -144,7 +145,9 @@ public class ExampleUsage : MonoBehaviour {
144145
+ [Custom Composites](#custom-composites)
145146
+ [Custom Decorators](#custom-decorators)
146147
* [Development Environment](#development-environment)
147-
* [Submitting your own actions, conditions, ect](#submitting-code-to-this-project)
148+
+ [Making Commits](#making-commits)
149+
+ [Submitting your own actions, conditions, ect](#submitting-code-to-this-project)
150+
* [Contributors](#contributors)
148151

149152
## Example Scene
150153

@@ -656,4 +659,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
656659

657660
<!-- ALL-CONTRIBUTORS-LIST:END -->
658661

659-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
662+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)