Skip to content

Commit

Permalink
Contribution guidelines update
Browse files Browse the repository at this point in the history
There's no need to pass the default template ... it *IS* the default template used.
  • Loading branch information
guardrex authored Sep 20, 2017
1 parent 3c7845f commit 4d4be31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DocFX requires the .NET Framework on Windows, or Mono for Linux or macOS.
* In a command-line window, navigate to the appropriate folder that contains the *docfx.json* file (*aspnet* for ASP.NET content or *aspnetcore* for ASP.NET Core content) and run the following command:

```
docfx -t default --serve
docfx --serve
```

* In a browser, navigate to `http://localhost:8080`.
Expand Down

0 comments on commit 4d4be31

Please sign in to comment.