From 557de58c1a1134b238279a6eeff0f6c76f522eee Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 22 Feb 2025 15:37:52 +1100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d775134..75831e5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [contributing](https://librarymap.hugh.run/contributing/), especially *[whic ## Deployment -The website for this project uses [git-webhooks](https://git.suboptimal.solutions/hugh/git-webhooks) with a customisation to run the `process.js` file that is found in this repository on each pull. The file is stored with the webhooks files so that everything can be `npm install`ed together. +The website for this project uses [git-webhooks](https://git.suboptimal.solutions/hugh/git-webhooks) with a customisation to run the `process.js` file that is found in this repository on each pull. The `process.js` file **is stored with the webhooks files** so that everything can be `npm install`ed together. Remember this if you ever need to update the file. This `process.js` file syncs any changes from the csv files into the topojson attributes (e.g. when a library changes their ILS).