From a75f4ca936d9a02266f5365d6bab9aa0ba9c8d4a Mon Sep 17 00:00:00 2001 From: Matt Way Date: Sun, 28 Jul 2024 23:06:54 +1000 Subject: [PATCH] Fix typo in Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5b73e2d..464e83b 100644 --- a/Readme.md +++ b/Readme.md @@ -20,4 +20,4 @@ This is a bash script for creating a page in WordPress for each council. If a page for a council already exists, the page will be updated instead. The source of councils for this script is the "council_names.json" file. -The script needs the [`jq`](https://jqlang.github.io/jq/), [`gomplate'](https://docs.gomplate.ca/), and [`wp`](https://wp-cli.org/) tools. \ No newline at end of file +The script needs the [`jq`](https://jqlang.github.io/jq/), [`gomplate`](https://docs.gomplate.ca/), and [`wp`](https://wp-cli.org/) tools. \ No newline at end of file