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