diff --git a/README.md b/README.md index 9870b20..c62cab8 100755 --- a/README.md +++ b/README.md @@ -63,10 +63,10 @@ Start the server: ```sh # For MySQL / MariaDB -$ xp serve -c src/main/etc/sql +$ xp serve -p dev -c src/main/etc/sql # For MongoDB -$ xp serve -c src/main/etc/mongo +$ xp serve -p dev -c src/main/etc/mongo ``` *Now open http://localhost:8080/login in your browser.*