diff --git a/README.md b/README.md index 3c59ae7..b841026 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # evolved.lua (work in progress) -> Evolved Entity-Component-System for Lua +> Evolved ECS (Entity-Component-System) for Lua [![language][badge.language]][language] [![license][badge.license]][license] diff --git a/evolved.lua b/evolved.lua index 090bd31..2ec8414 100644 --- a/evolved.lua +++ b/evolved.lua @@ -1,6 +1,6 @@ local evolved = { __HOMEPAGE = 'https://github.com/BlackMATov/evolved.lua', - __DESCRIPTION = 'Evolved Entity-Component-System for Lua', + __DESCRIPTION = 'Evolved ECS (Entity-Component-System) for Lua', __VERSION = '0.0.1', __LICENSE = [[ MIT License diff --git a/rockspecs/evolved.lua-scm-0.rockspec b/rockspecs/evolved.lua-scm-0.rockspec index c9d24df..b138793 100644 --- a/rockspecs/evolved.lua-scm-0.rockspec +++ b/rockspecs/evolved.lua-scm-0.rockspec @@ -6,7 +6,7 @@ source = { } description = { homepage = "https://github.com/BlackMATov/evolved.lua", - summary = "Evolved Entity-Component-System for Lua", + summary = "Evolved ECS (Entity-Component-System) for Lua", license = "MIT", labels = { "ecs",