Skip to content

Commit 475c9b0

Browse files
committed
Correct command exampls
1 parent 13faa9e commit 475c9b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/docs/1/publishing/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can also specify a platform to build for by passing the `os` argument, so fo
3131
whilst on a Mac:
3232

3333
```shell
34-
php artisan native:build windows
34+
php artisan native:build win
3535
```
3636

3737
Possible options are: `mac`, `win`, `linux`.

resources/views/docs/1/publishing/publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can also specify a platform to build for by passing the `os` argument, so fo
2121
whilst on a Mac:
2222

2323
```shell
24-
php artisan native:publish windows
24+
php artisan native:publish win
2525
```
2626

2727
Possible options are: `mac`, `win`, `linux`.

0 commit comments

Comments
 (0)