summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorEdoardo La Greca2025-06-25 19:33:49 +0200
committerEdoardo La Greca2025-06-25 19:33:49 +0200
commita359fbae1b7e7ec210cf537370126435ceb4d4d0 (patch)
tree6b2dd0a209e51a939e9bd26485fce314a5a83f42 /readme.md
parentbd4af1e70435160c4d6f1e4fb337b1cf7c663e16 (diff)
change names for files (slightly)
Diffstat (limited to 'readme.md')
-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.