docs: replace ``bash with ``sh in all .md files

This commit is contained in:
MoNakouzi
2022-08-15 20:45:43 +00:00
committed by AJ ONeal
parent 4c539f3bd2
commit 82af8b46a4
92 changed files with 434 additions and 434 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ install:
To run foo:
```bash
```sh
foo
```
@@ -41,6 +41,6 @@ foo
To run foo with both bar and baz highlighting turned on:
```bash
```sh
foo --bar=baz
```