docs: fix markdown notices

This commit is contained in:
Kévin Dunglas
2024-09-23 22:31:04 +02:00
parent 6c0292af99
commit f62244fb69
7 changed files with 9 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ To develop easily with FrankenPHP, mount the directory from your host containing
docker run -v $PWD:/app/public -p 80:80 -p 443:443 -p 443:443/udp --tty my-php-app
```
> ![TIP]
> [!TIP]
>
> The `--tty` option allows to have nice human-readable logs instead of JSON logs.