From e8a67d8bbb39e417e5ccce6eba098858ab3dfe5e Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:45:35 -0700 Subject: [PATCH] cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e0854..0d82ed4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ GitHub variable is `Linux`, `macOS`, or `Windows`. - name: Install Senzing API uses: senzing-factory/github-action-install-senzing-api@v4 with: - package(s)-to-install: "senzingapi-runtime senzingapi-setup" + packages-to-install: "senzingapi-runtime senzingapi-setup" senzingapi-version: 3.12.0 ```