diff options
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |