Skip to content

Commit

Permalink
docs: use "docfx build ..." instead of "docfx ..." (#8683)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdecker1201 authored Apr 25, 2023
1 parent 1fe5a1e commit 1284075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Build your technical documentation site with docfx, with landing pages, markdown

```
docfx init -q
docfx docfx_project\docfx.json --serve
docfx build docfx_project\docfx.json --serve
```
3. Go to https://localhost:8080 to see the sample site.
Expand Down

0 comments on commit 1284075

Please sign in to comment.