readme touchups

This commit is contained in:
lone-cloud 2026-02-19 21:26:18 -08:00
parent d1972eaffc
commit c3204f7fc4
3 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- **NO USELESS COMMENTS**: Don't add comments that just restate what the code does. If the code needs a comment to be understood, refactor it to be clearer instead. - **NO USELESS COMMENTS**: Don't add comments that just restate what the code does. If the code needs a comment to be understood, refactor it to be clearer instead.
- **Self-documenting code**: Use clear variable and function names. The code should explain itself. - **Self-documenting code**: Use clear variable and function names. The code should explain itself.
- **Only comment WHY, not WHAT**: If you must add a comment, explain WHY something is done, not WHAT is being done. - **Only comment WHY, not WHAT**: If you must add a comment, explain WHY something is done, not WHAT is being done.
- all terminal commands must work for zsh
### Bad Comments (Don't Do This) ### Bad Comments (Don't Do This)

View file

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<img src="assets/prism.webp" alt="Prism Icon" width="160" height="160" /> <img src="assets/prism.webp" alt="Prism Icon" width="80" height="80" />
# Prism # Prism

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 16 KiB