Skip to content

Commit 591844a

Browse files
committed
fix typo in README
1 parent e01a769 commit 591844a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The above will show a server accessible by a localhost address.
2323

2424
## Adding New Group Meetings
2525

26-
Edit the current semester file in `semesters/` (e.g., `semesters/fall25.md`) and
27-
add a new entry to the `sessions` list:
26+
Edit the current semester file in `_semesters/` (e.g., `_semesters/fall25.md`) and
27+
add a new entry to the `sessions` list in the file:
2828

2929
For a paper presentation:
3030
```yaml
@@ -48,10 +48,10 @@ For a project presentation or knowledge sharing:
4848
4949
1. Create a new semester file by copying the previous one:
5050
```bash
51-
cp semesters/fall25.md semesters/spring26.md
51+
cp _semesters/fall25.md _semesters/spring26.md
5252
```
5353

54-
2. Edit `semesters/spring26.md` and update the front matter and description:
54+
2. Edit `_semesters/spring26.md` and update the front matter and description:
5555
```yaml
5656
---
5757
layout: semester
@@ -90,4 +90,4 @@ The new semester will automatically appear in the navigation of all pages.
9090

9191
## Deployment
9292

93-
Commite and push all your changes to the main branch on GitHub.
93+
Commite and push all your changes to the main branch on GitHub.

0 commit comments

Comments
 (0)