Skip to content

Commit bd8cd4d

Browse files
committed
docs: update web project file path and registration instructions in CONTRIBUTING.md
1 parent 6b769be commit bd8cd4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ print("\n👋 Thanks for playing!\n")
109109

110110
### ✅ Web App Projects - Structure
111111

112-
For web implementation, add to `web-app/js/projects.js`:
112+
For web implementation, add to `web-app/js/projects/your-project-name.js`:
113113

114114
```javascript
115115
// 1. HTML Template Function
@@ -137,7 +137,7 @@ function initYourProject() {
137137
});
138138
}
139139

140-
// 3. Register in getProjectHTML() and initializeProject()
140+
// 3. Register in getProjectHTML() and initializeProject() in `web-app/js/projects.js`
141141
```
142142

143143
### ✅ Web App Projects - Guidelines

0 commit comments

Comments
 (0)