aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-08-28 18:38:19 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-08-28 18:38:19 -0400
commitbcca9ad25ebacd84bc43e536f33da2fac1a532b7 (patch)
tree377b261b2c6d3a81e8e297c9111a9df47b8ae33a
parent2ecbe281b0351e630c7730b44c1f4a9c3b3062a5 (diff)
Add Acknowledgements section to README.md.HEADmaster
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43c3627..a3edc80 100644
--- a/README.md
+++ b/README.md
@@ -75,4 +75,12 @@ your library. I might consider adding a `--destructive` flag to move photos inst
This program has already served its purpose, and I don't have any more iPhoto libraries to test it
on, so I'm not likely to make further improvements for myself. If you use this program and run into
-problems, please open an issue and I will try to help. \ No newline at end of file
+problems, please open an issue and I will try to help.
+
+## Acknowledgements
+
+The command-parsing structure was shamelessly stolen from
+[these](https://samyn.co/post/creating-neat-net-core-console-apps/)
+[two](https://samyn.co/post/structuring-neat-net-core-console-apps/)
+very helpful articles by
+[Marcel Samyn](https://github.com/iamarcel). \ No newline at end of file