diff --git a/README.md b/README.md index a41dae1b4..7ab612a8c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,11 @@ Generate always-up-to-date documentation. ```php generate(['/path/to/project']); +>>>>>>> 7f6f6ab (Fixed README.md (#1976)) header('Content-Type: application/x-yaml'); echo $openapi->toYaml(); ```