Skip to content

Commit c730dd9

Browse files
committed
docs: Use moo CLI for starting web server instead
1 parent d0767b4 commit c730dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Follow these steps to get started with Saphpi:
2828

2929
3. Start building your Saphpi application by creating controllers, models, and views.
3030

31-
4. Start the web server by running this command inside the `public/` directory
31+
4. Start the web server by running this command
3232

3333
```shell
34-
php -S localhost:port
34+
php moo serve
3535
```
3636

3737
## Examples

0 commit comments

Comments
 (0)