diff --git a/README.md b/README.md index 8bf1b8f..31ad491 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You will only need to call .init once. Below is a list of modules. More information about what each done can be found in the Wiki -``` +```lua local Concord = require("concord") local Entity = require("concord.entity") local Component = require("concord.component")