From 0d2a782d14d8edfc0385091105604b29d79092bf Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sat, 20 May 2023 16:15:40 -0700 Subject: [PATCH] added references --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e813826..1d8edc0 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ Make sure the projectName is set correctly, it's very important. 1. Manually set Site Meta Description in [Administrator](http://localhost:8000/administrator) 1. Run ```sudo bash bin/finalize.sh``` +## References + +* [Develop a component](https://docs.joomla.org/J4.x:Developing_an_MVC_Component/Developing_a_Basic_Component) +* [Minimal component](https://joomla.stackexchange.com/questions/22176/minimal-basic-structure-for-a-frontend-joomla-component-without-using-joomla-mvc)