From 4e363f218021e2c901f30072ecc9cb80fdba36aa Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 19 Sep 2022 13:23:17 +0200 Subject: [PATCH] List environment module in readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7f07dd1..774ef9e 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,7 @@ A glass loader is initialised with a list of loaders and will try each of them i Glass offers the following loaders out of the box: * `cosmo` loads cosmo templates * `discount` loads markdown files\*. +* `environment` loads environment variables. * `json` loads a JSON file as a Lua table. * `lua` loads and executes a Lua file. * `moonhtml` loads a MoonHTML template and returns it as a function.