diff --git a/README.md b/README.md index 118b36f..488b44d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![version 0.3.0](https://img.shields.io/badge/version-0.3.0-brightgreen.svg)](https://github.com/ctreffs/fireblade-ecs/releases/tag/v0.3.0) +[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md) + # Fireblade ECS (Entity-Component-System) +A core element in the Fireblade-ECS is the [Nexus](https://en.wiktionary.org/wiki/nexus). It acts as a centralized way to store, access and manage entities and their components. + +```swift +let nexus = Nexus() +``` +