Skip to content

Commit ba99123

Browse files
committed
added "--options" to comments in petstore example index.js
1 parent 2d71286 commit ba99123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/petstore/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// a fastify plugin to demo fastify-openapi-glue
22
// it can be run as plugin on any fastify server
3-
// or standalone using "fastify start index.js"
3+
// or standalone using "fastify start index.js --options"
44
import openapiGlue from "../../index.js";
55
import { Service } from "./service.js";
66
const serviceHandlers = new Service();

0 commit comments

Comments
 (0)