Skip to content

Commit b9ac1d8

Browse files
authored
Update README.md
1 parent fe95686 commit b9ac1d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ Note: The exercises have automatic grading but its very rigid and strict, my rec
7575

7676
Each exercise is a small react application containing the following files:
7777

78-
1. **index.css:** your CSS code goes here.
79-
2. **README.md:** contains exercise instructions.
80-
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
78+
1. **index.html:** all websites and exercises start from the index.html
79+
2. **styles.css:** your CSS code goes here, some exercises will make you update this file
80+
3. **README.md:** contains exercise instructions.
81+
4. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
8182

8283
## Contributors
8384

0 commit comments

Comments
 (0)