Skip to content

Commit

Permalink
Merge pull request #534 from hughesjon/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
NickCraver authored Oct 1, 2020
2 parents 276252f + 89377ef commit b590786
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 @@ -27,7 +27,7 @@ The current major version of MiniProfiler is v4.
To build the MiniProfiler solution in Visual Studio, you'll need:
- Visual Studio 2019 16.3+ (or the .NET Core 3.x SDK)
- The [Web Compiler](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebCompiler) extension
- Note: no extension is needed if building via `buid.cmd` or `build.ps1` in the repository root. They pull it in via a package.
- Note: no extension is needed if building via `build.cmd` or `build.ps1` in the repository root. They pull it in via a package.

After a clone, running `build.cmd`. To create packages, use `build.cmd -CreatePackages $true` and it'll output them in the `.nukpgs\` folder.

Expand Down

0 comments on commit b590786

Please sign in to comment.