From 8f2779a99d07313f1fd1982f53357bae1f7ef823 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Jan 2021 14:30:50 -0600 Subject: [PATCH] chore(readme): Update theme structure example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 898ff36..ac8efd2 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ themes/your-theme-name/ # → Root of your Sage based theme │ └── setup.php # → Theme setup ├── bootstrap/ # → Acorn bootstrap │ ├── cache/ # → Acorn cache location (never edit) +│ └── app.php # → Acorn application bootloader ├── config/ # → Config files │ ├── app.php # → Application configuration │ ├── assets.php # → Asset configuration