From e68cfeae308890be319fc5610ce9ec86599e8e9d Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 16 Sep 2024 13:20:56 +0200 Subject: [PATCH] docs: update usage section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f6259..db9f111 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You’ll need an OpenAPI/Swagger document to render your API reference with Scal * [dedoc/scramble](https://github.com/dedoc/scramble) * [vyuldashev/laravel-openapi](https://github.com/vyuldashev/laravel-openapi) -Once done, you can pass it to Scalar: +Once done, you can pass it to Scalar. Just make sure it’s a publicly accessible URL. ```php '/openapi.yaml', + + // … ] ```