Skip to content

Commit ab2fade

Browse files
committed
BREAKING CHANGE: fix: Rename the primitive variant to bare-minimum
The previous variant name is hard to distinguish with the basic variant. Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
1 parent e7654d7 commit ab2fade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ready-to-use bash shell script templates at your fingertips!
99

1010
This product provides several _flavors_ of the Bash script template to satisfy different needs:
1111

12-
### [PRIMITIVE](primitive.sh)
12+
### [BARE-MINIMUM](bare-minimum.sh)
1313

1414
The considered to be the bare-minimum for bash scripting:
1515

@@ -19,7 +19,7 @@ The considered to be the bare-minimum for bash scripting:
1919

2020
### [BASIC](basic.sh)
2121

22-
Inherited from the [PRIMITIVE](#primitive) flavor, but with the following additions:
22+
Inherited from the [BARE-MINIMUM](#bare-minimum) flavor, but with the following additions:
2323

2424
* Runtime dependency detection(check whether all the required commands are available from the command search PATHs
2525
* The following convenience variable definitions:
File renamed without changes.

0 commit comments

Comments
 (0)