Skip to content

Commit 4c4d4db

Browse files
changed bash to sh
1 parent e06b644 commit 4c4d4db

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
@@ -17,14 +17,14 @@ what we have for now.
1717
First, go to the repository folder and test the code snippets to catch
1818
compilation errors:
1919

20-
```bash
20+
```sh
2121
cd reference
2222
mdbook test
2323
```
2424

2525
And then generate the book:
2626

27-
```bash
27+
```sh
2828
mdbook build
2929
```
3030

0 commit comments

Comments
 (0)