mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 19:54:44 -07:00
readme touchups
This commit is contained in:
parent
d1972eaffc
commit
c3204f7fc4
3 changed files with 2 additions and 1 deletions
1
.github/copilot-instructions.md
vendored
1
.github/copilot-instructions.md
vendored
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 |
Loading…
Add table
Reference in a new issue