Skip to content

Commit c837b59

Browse files
committed
Minor notes and suggestions for #7
1 parent 9dca9e9 commit c837b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ And it's also important to have a consistent way in your whole script.
3131
* [Removing with care](#removing-with-care)
3232
* [Shell or Python/Ruby/etc](#shell-or-pythonrubyetc)
3333
* [Contributions](#contributions)
34+
* [Variable names for arrays](#variable-names-for-arrays)
3435
* [Good lessons](#good-lessons)
3536
* [Resources](#resources)
3637
* [Author. License](#author-license)
@@ -507,7 +508,7 @@ As there are two types of arrays, you may need to enforce a better name
507508
declare -A MAP_DEPLOYMENTS
508509
```
509510

510-
Well, it's just a reflection of some ;)
511+
Well, it's just a reflection of some idea from other language;)
511512

512513
## Good lessons
513514

0 commit comments

Comments
 (0)