Skip to content

Commit f08d07b

Browse files
mitchkelleroscarlevin
authored andcommitted
Course template: Correct README.md to refer to a valid build target
1 parent e6cb302 commit f08d07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/course/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The course template includes a single PreTeXt "book" that contains (as chapters)
99
You can build the course using
1010

1111
```bash
12-
pretext build course
12+
pretext build web
1313
```
1414

1515
and view it with
1616

1717
```bash
18-
pretext view course
18+
pretext view web
1919
```
2020

2121
Also included is the start of a slide deck. This is a single file in the `source/slides` folder. You could use this for all the slides in a course (as a single slideshow), or create separate slideshows. In that case, you might want to build those separate ones with something like,

0 commit comments

Comments
 (0)