From 2fcd650f84074bd91cb6bfef08becfd417529959 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Tue, 28 Jul 2020 10:43:40 +0200 Subject: [PATCH] Add documentation badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4cd5c6..38112b3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![platforms](https://img.shields.io/badge/platforms-%20macOS%20|%20iOS%20|%20tvOS%20|%20watchOS-brightgreen.svg)](#) [![platforms](https://img.shields.io/badge/platforms-linux-brightgreen.svg)](#) [![codecov](https://codecov.io/gh/fireblade-engine/ecs/branch/master/graph/badge.svg)](https://codecov.io/gh/fireblade-engine/ecs) +[![documentation](https://github.com/fireblade-engine/ecs/workflows/Documentation/badge.svg)](https://github.com/fireblade-engine/ecs/wiki) This is a **dependency free**, **lightweight**, **fast** and **easy to use** [Entity-Component System](https://en.wikipedia.org/wiki/Entity_component_system) implementation in Swift. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).