Skip to content

Commit 0ac0478

Browse files
authored
Merge pull request #14 from remco1271/patch-1
Fix typo
2 parents 40d5a45 + f00f21c commit 0ac0478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/packaging/overview.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Velopack does not support 4 part versions (eg. `1.0.0.0`), as it would not be pr
2525
A complete example:
2626
```cmd
2727
dotnet publish -c Release -r win-x64 -o publish
28-
vpk pack --packId MyAppId -packVersion 1.0.0 --packDir publish --mainExe MyApp.exe
28+
vpk pack --packId MyAppId --packVersion 1.0.0 --packDir publish --mainExe MyApp.exe
2929
```
3030

3131
### Optional recommended arguments
@@ -63,4 +63,4 @@ On platforms which ship installers, you can customise the behavior. [[Read more]
6363
## Other recommended arguments
6464
- If your application is operating-system or CPU architecture specific you should consider adding an `--rid`. [[Read more]](rid.mdx)
6565
- If you plan on distributing release channels for different architectures or features, consider adding a `--channel` [[Read more]](channels.mdx)
66-
- If your app requires additional frameworks (eg. vcredist) consider `--framework` [[Read more]](bootstrapping.mdx)
66+
- If your app requires additional frameworks (eg. vcredist) consider `--framework` [[Read more]](bootstrapping.mdx)

0 commit comments

Comments
 (0)