From 3d2140791cb2e3d01edf3bd174b107af6e5c9b53 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 14 Jun 2018 08:35:20 +1000 Subject: [PATCH] docs: update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8b0160..6ad70b9 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,8 @@ Create a temporary associative array. When setting associative array values and a duplicate assignment occurs, bash overwrites the key. This allows us to effectively remove array duplicates. +**NOTE:** Requires `bash` 4+ + ```sh remove_array_dups() { # Usage: remove_array_dups "array"