aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e3033e..1bfe3df 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
Collection of works by Chelsea Rogers, graphic designer.
-## Usefull Commands
+## Useful Commands
Image Magick
* magick image.jpg -resize 1000x1000 image_1000.jpg
* for file in $(ls -1 | sed 's/\.[^.]*$//'}; do magick "file.jpg" -resize 1000x1000 "$(echo $file)_1000.jpg"; done
-## CSS to Remember
+## HTML/CSS to Remember
grid cols