Skip to content

Commit 12a143b

Browse files
committed
chore(contributors): removed buggy badge display
1 parent f5c15fe commit 12a143b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"README.md"
88
],
99
"imageSize": 100,
10-
"commit": true,
10+
"commit": false,
1111
"commitConvention": "angular",
1212
"contributors": [
1313
{

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
![Fluid Behavior Tree](fluid-behavior-tree.jpg)
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
52

63
[![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
7-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
84

95
Behavior trees for Unity3D projects. Written with a code driven approach to maximize maintainability on large projects with the builder pattern. Inspired by Fluent Behavior Tree.
106

@@ -752,4 +748,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
752748
<!-- prettier-ignore-end -->
753749
<!-- ALL-CONTRIBUTORS-LIST:END -->
754750

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

0 commit comments

Comments
 (0)