Skip to content

Commit e7bcb70

Browse files
authored
Fix typo in Makefile (#52)
1 parent e6d2472 commit e7bcb70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ help:
1414

1515

1616
build:
17-
msyt build --html
17+
myst build --html
1818

1919
clean:
20-
msyt clean --all
20+
myst clean --all
2121

2222
run:
2323
jupyter nbconvert --to notebook --execute --inplace "${NOTEBOOKS_DIR}/**/*.ipynb"

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ preview it. Follow the instructions that will be prompted by the command to see
5151
the website:
5252

5353
```bash
54-
msyt start
54+
myst start
5555
```
5656

5757
#### Build only
@@ -60,7 +60,7 @@ The following command will build the website and store the HTML files in
6060
a new `_build` folder:
6161

6262
```bash
63-
msyt build --html
63+
myst build --html
6464
```
6565

6666
#### Clean cached builds

0 commit comments

Comments
 (0)