summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--readme.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 76ce7fc..26af1e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+# Don't track image files, which are created by the takepix script.
*.jpg
diff --git a/readme.md b/readme.md
index 8469d5a..522fa46 100644
--- a/readme.md
+++ b/readme.md
@@ -27,7 +27,7 @@ I have found it difficult to make `systemd` services do anything more fancy than
If you clone this script, you will have to edit the `picdir` variable in the shell script. Note that when you run scripts from a systemd service call, you must provide absolute paths to files or directories.
-Also update the `artist` variable that is palced into the EXIF metadata of the photo.
+Also update the `artist` variable that is placed into the EXIF metadata of the photo.
### todo