summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 71d591d..2d09b9e 100644
--- a/readme.md
+++ b/readme.md
@@ -6,9 +6,9 @@ This repository contains notes and code I wrote while following [CIS194](https:/
The repository is structured in lectures. Every directory of the form `lecNN` (where `NN` is a two-digit number, `lec01`, `lec02`, etc.) in the repository's root is a lecture, they are equivalent to weeks in the course's web page.
-Inside of each lecture directory there are (where `NN` is the same as the lecture's number):
-- my notes about the lecture (usually named `notesNN.md`)
-- homework given for that week (usually named `hwNN.hs`, unless a specific name is required)
+Inside of each lecture directory there are:
+- my notes about the lecture (usually named `notes.md`)
+- homework given for that week (usually named `hw.hs`, unless a specific name is required)
- possibly some other files given as part of the homework
My notes contain what I deem to be the most important concepts of the lecture, written in an informal way.