Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdc532a

Browse files
authored
Spelling update
colorfull --> colorful substraction -> subtraction
1 parent 8988340 commit cdc532a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A collection of simple Bash scripts.
1010
1. [Read-Menu.sh](scripts/read-menu.sh): display a menu for system information
1111
1. [While-Menu.sh](scripts/while-menu.sh): a repeated menu for system information
1212
1. [Affect.sh](scripts/affect.sh): print a spinner loader
13-
1. [Colorfull.sh](scripts/color.sh): provide you with the output of several colours
13+
1. [Colorful.sh](scripts/color.sh): provide you with the output of several colours
1414
1. [Convertlowercase.sh](scripts/convertlowercase.sh): convert data either from the file or standard input to lowercase
1515
1. [up.sh](scripts/up.sh): move up a directory in shell script
1616
1. [List-dir.sh](scripts/list-dir.sh): list files in a directory
@@ -44,7 +44,7 @@ A collection of simple Bash scripts.
4444
## Math
4545

4646
1. [Addition.sh](scripts/addition.sh): perform addition of two numbers
47-
1. [Substraction.sh](scripts/substraction.sh): perform substraction of two numbers
47+
1. [Subtraction.sh](scripts/subtraction.sh): perform subtraction of two numbers
4848
1. [Multiplication.sh](scripts/multiplication.sh): perform multiplication of two numbers
4949
1. [Division.sh](scripts/division.sh): perform division of two numbers
5050
1. [Simplecacl.sh](scripts/simplecalc.sh): a simple calculator

0 commit comments

Comments
 (0)