diff --git a/README.md b/README.md index 5ea2d7c..7004efa 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,8 @@ Are you a beginner eager to contribute to C4GT open community projects but need We’ve compiled cheat sheets on the top 9 tech stacks used in the C4GT Community. -## 🚀 Why Use These Cheat Sheets? - -### Quick Reference 📌 -Save time by having all essential information at your fingertips. - -### Aid in Learning 📖 -Reinforce your understanding of key concepts and syntax. - -### Boost in Productivity ⚡ -Speed up your development process by avoiding constant look-ups. - -## 📑 Cheat Sheets +# 📑 Cheat Sheets -# 📚 Contents - 📂 Frameworks-or-Libraries - 📄 [Angular](./Frameworks-or-Libraries/Angular.md) @@ -51,7 +39,16 @@ Speed up your development process by avoiding constant look-ups. [Explore All Resources](./resources.html)🚀 +## 🚀 Why Use These Cheat Sheets? + +### Quick Reference 📌 +Save time by having all essential information at your fingertips. + +### Aid in Learning 📖 +Reinforce your understanding of key concepts and syntax. +### Boost in Productivity ⚡ +Speed up your development process by avoiding constant look-ups. ## 📥 How to Contribute & Help Others in Learning? diff --git a/update_readmes.py b/update_readmes.py index 60d81c5..d90a353 100644 --- a/update_readmes.py +++ b/update_readmes.py @@ -35,7 +35,7 @@ def generate_repo_structure(path=".", indent=0): def update_root_readme(): structure = generate_repo_structure() - structure_content = "# 📚 Contents\n\n" + "\n".join(structure) + structure_content = structure readme_path = "README.md" if not os.path.exists(readme_path):