summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArghKevin <kagheli@student.sdccd.edu>2024-05-08 21:35:56 -0700
committerArghKevin <kagheli@student.sdccd.edu>2024-05-08 21:35:56 -0700
commitf9268dd7e0e7a91e7a615bfffe18bceef31eae0d (patch)
treefb4f4f1a19e9159500c6155976c08d516cf1a9b5 /README.md
parent2825d4fc760bd2b25f56a064905c8bd5a906c126 (diff)
Progress description.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d854af..7b3a020 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,8 @@ families included. To get the whole thing, clone from github.
## Week 3: Updates
Repository re-organized. Font family metadata saved, all outline font files removed.
-CSV parsing added. Not quite the original design, makes more sense. Array of hash maps.
-JSON parsing not yet implemented. The places where it will be needed have been outlined.
+The repository has changed from 2GB to 30MB.
+CSV parsing added. Not quite the original design, but one that's more practical. It's made of an array of hash maps.
+JSON parsing not yet implemented, though the places where it will be needed have been outlined.
Javadoc comments added for existing methods.
![week3](week3.png)