From 5289721073f0c8022962438fd4262ecee0a85c00 Mon Sep 17 00:00:00 2001 From: Andrew Best <40222285+ausfestivus@users.noreply.github.com> Date: Fri, 20 Mar 2020 12:35:21 +1100 Subject: [PATCH] fix naming and capitalisation of bash associative arrays --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 616605a..69375ee 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Setting environment variable AWS_SECRET_ACCESS_KEY * You need a [1password](https://1password.com/) account. * You need the [1password CLI](https://support.1password.com/command-line-getting-started/) installed and configured. -* A bash shell that supports Associate Arrays. Bash v4 and newer iirc. +* A bash shell that supports associative arrays. Bash v4 and newer iirc. ## setup @@ -63,4 +63,4 @@ Setting environment variable AWS_SECRET_ACCESS_KEY * No warranties * Dont come to me if it blows up your stuff * Take it as is -* be kind \ No newline at end of file +* be kind