Skip to content

Commit d376576

Browse files
authored
Update README.md
1 parent 234accb commit d376576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Run and select options:
5454
jppm init
5555
```
5656

57-
- If you choose `add AppPlugin (yes)` so you can run the created package as jphp application, use `app:run`:
57+
- If you choose `add AppPlugin (yes)` so you can run the created package as jphp application, use `start`:
5858

5959
```
60-
jppm app:run
60+
jppm start
6161
```
6262

6363
It will println `Hello World` in your console. The php source of the package see in `src/index.php`.

0 commit comments

Comments
 (0)