From af81518c7b7d152c6ae39b1968a04d01ec77ae2f Mon Sep 17 00:00:00 2001 From: AdamFinkle <77808710+AdamFinkle@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:25:29 -0400 Subject: [PATCH] Linked Heat Stack and Rules Engine README.md's in main README.md This change will let readers see the whole README.md tree from the main README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 870e8d7a..ffdf3246 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,7 @@ This team will determine the best way to allow users to store their past cases w ### Installation To install the front end, see this [README.md](https://github.com/codeforboston/home-energy-analysis-tool/blob/main/heat-stack/README.md) + +### Documentation +For the Heat Stack (Javascript) portion read: [README.md](https://github.com/codeforboston/home-energy-analysis-tool/blob/main/heat-stack/README.md) +For the Rules Engine (Python) portion read: [README.md](https://github.com/codeforboston/home-energy-analysis-tool/blob/main/rules-engine/README.md)