diff --git a/README.md b/README.md index 6fddb4e..f0d377f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Data-Oriented GOAP (Goal-Oriented Action Planning) -[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/victorb/dogoap#License) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/victorb/dogoap#License) [![Crates.io](https://img.shields.io/crates/v/dogoap.svg)](https://crates.io/crates/dogoap) [![Downloads](https://img.shields.io/crates/d/dogoap.svg)](https://crates.io/crates/dogoap) [![Docs](https://docs.rs/dogoap/badge.svg)](https://docs.rs/dogoap/latest/dogoap/) diff --git a/crates/bevy_dogoap/README.md b/crates/bevy_dogoap/README.md index e9883fd..eb47c9e 100644 --- a/crates/bevy_dogoap/README.md +++ b/crates/bevy_dogoap/README.md @@ -1,5 +1,5 @@ # `bevy_dogoap` - Integration of `dogoap` into Bevy's ECS model -[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/victorb/dogoap#License) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/victorb/dogoap#License) [![Crates.io](https://img.shields.io/crates/v/bevy_dogoap.svg)](https://crates.io/crates/bevy_dogoap) [![Downloads](https://img.shields.io/crates/d/bevy_dogoap.svg)](https://crates.io/crates/bevy_dogoap) [![Docs](https://docs.rs/bevy_dogoap/badge.svg)](https://docs.rs/bevy_dogoap/latest/bevy_dogoap/) @@ -96,4 +96,4 @@ With this example, it should take about 2-3 frames until IsHungry is now set to | bevy | bevy_dogoap | | ---- | ----------- | -| 0.14 | 0.2.0 | \ No newline at end of file +| 0.14 | 0.2.0 | diff --git a/crates/dogoap/README.md b/crates/dogoap/README.md index 5775d11..f8fa65a 100644 --- a/crates/dogoap/README.md +++ b/crates/dogoap/README.md @@ -1,5 +1,5 @@ # `dogoap` - Data-Oriented, Goal-Oriented Action Planning -[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/victorb/dogoap#License) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/victorb/dogoap#License) [![Crates.io](https://img.shields.io/crates/v/dogoap.svg)](https://crates.io/crates/dogoap) [![Downloads](https://img.shields.io/crates/d/dogoap.svg)](https://crates.io/crates/dogoap) [![Docs](https://docs.rs/dogoap/badge.svg)](https://docs.rs/dogoap/latest/dogoap/)