Skip to content

Commit c733fbb

Browse files
Use correct target name in docs build instructions readme
1 parent 5cd8b00 commit c733fbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To serve up the documentation locally, you need to run the following
2121
commands:
2222

2323
```shell
24-
./build.ps1 -Stage build -Target PrepareBuild
24+
./build.ps1 -Stage build -Target BuildPrepare
2525
./build.ps1 -Stage build -Target Build
2626
./build.ps1 -Stage docs -Target PreviewDocs
2727
```
@@ -32,7 +32,7 @@ On Windows, you need to run the following commands in a PowerShell
3232
terminal:
3333

3434
```shell
35-
./build.ps1 -Stage build -Target PrepareBuild
35+
./build.ps1 -Stage build -Target BuildPrepare
3636
./build.ps1 -Stage build -Target Build
3737
./build.ps1 -Stage docs -Target PreviewDocs
3838
```
@@ -43,14 +43,14 @@ First you need to [install PowerShell on macOS][ps-mac] or [Linux][ps-linux],
4343
then execute the following commands:
4444

4545
```shell
46-
./build.ps1 -Stage build -Target PrepareBuild
46+
./build.ps1 -Stage build -Target BuildPrepare
4747
./build.ps1 -Stage build -Target Build
4848
./build.ps1 -Stage docs -Target PreviewDocs
4949
```
5050

5151
After pressing enter, the documentation will be generated and then served under
52-
a local web server. Information about the URL that can be used to view the docs
53-
will be shown in the output. Copy/paste this URL into a browser window.
52+
a local web server. Information about the URL that can be used to view the docs
53+
will be shown in the output. Copy/paste this URL into a browser window.
5454

5555
[gitversion.net]: https://gitversion.net/
5656
[forking]: https://guides.github.com/activities/forking/

0 commit comments

Comments
 (0)