diff --git a/README.md b/README.md index 53c2540..015268f 100644 --- a/README.md +++ b/README.md @@ -1064,7 +1064,7 @@ helloworld ## Math [[back to top](#handy-bash-oneliner-commands)] -##### Arithmetic Expansion in Bash (Operators: +,-,*,/,%,etc) +##### Arithmetic Expansion in Bash (Operators: +, -, *, /, %, etc) ```bash echo $(( 10 + 5 )) #15 x=1