diff --git a/README.md b/README.md index e952386..d1ca01c 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Example: fastify.register(require('@fastify/static'), { root: path.join(__dirname, 'public'), prefix: '/public/', - index: false + index: false, list: true }) ```