We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b769be commit bd8cd4dCopy full SHA for bd8cd4d
1 file changed
CONTRIBUTING.md
@@ -109,7 +109,7 @@ print("\n👋 Thanks for playing!\n")
109
110
### ✅ Web App Projects - Structure
111
112
-For web implementation, add to `web-app/js/projects.js`:
+For web implementation, add to `web-app/js/projects/your-project-name.js`:
113
114
```javascript
115
// 1. HTML Template Function
@@ -137,7 +137,7 @@ function initYourProject() {
137
});
138
}
139
140
-// 3. Register in getProjectHTML() and initializeProject()
+// 3. Register in getProjectHTML() and initializeProject() in `web-app/js/projects.js`
141
```
142
143
### ✅ Web App Projects - Guidelines
0 commit comments