From c66ed98a5ae18b9735f3e325d632c67b74c1cc25 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Tue, 16 Jun 2015 23:13:53 -0400 Subject: [PATCH] Add License sticker to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1cc74a7..6441225 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # tiny-ecs # + +[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE) + Tiny-ecs is an Entity Component System for lua that's simple, flexible, and useful. Because of lua's tabular nature, Entity Component Systems are a natural choice for simulating large and complex systems. For more explanation on Entity