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)