Skip to content

Commit 988dbf6

Browse files
Update docs/articles/contributing/documentation.md
1 parent 5145d12 commit 988dbf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/articles/contributing/documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ Use the `DocFX_Serve` Cake target to build and run the documentation.
5555
Windows (PowerShell):
5656

5757
```
58-
.\build.ps1 -Target DocFX_Build
59-
.\build.ps1 -Target DocFX_Serve
58+
.\build.ps1 --target DocFX_Build
59+
.\build.ps1 --target DocFX_Serve
6060
```
6161

6262
Windows (Batch):
6363

6464
```
65-
.\build.bat -Target DocFX_Build
66-
.\build.bat -Target DocFX_Serve
65+
.\build.bat --target DocFX_Build
66+
.\build.bat --target DocFX_Serve
6767
```
6868

6969
Linux/macOS (Bash):

0 commit comments

Comments
 (0)