From 42ee45acc296e496e69e4f9b3350429c99838cfa Mon Sep 17 00:00:00 2001 From: Amy Bowersox Date: Wed, 19 Aug 2020 11:34:04 -0600 Subject: [PATCH] added some acknowledgements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ede5cb0..5f84402 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ A Python-based distance calculator to help determine how far new apartment compl All scripts make use of a configuration file, called `geoapi.ini` by default, that contains the API keys. Copy the file `geoapi.ini.template` and add your API keys. You can also specify a different configuration file with the `-C` or `--config` option to each script. + +## Acknowledgements + +Thanks to VMware Carbon Black for sponsoring Hackathon, which provided the time to pursue this research.