diff --git a/README.md b/README.md index 3c18229..6b5204b 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ numbers = {1, 2, 3} a = true b = true c = {3.14, 2.718} -d = {"a.txt", "b.txt", "c.txt"} +files = {"a.txt", "b.txt", "c.txt"} ``` ### Restricting the set of values for an argument