diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2577445..8a1f10d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ concurrency: permissions: contents: read - + jobs: dependency-review: name: Dependency Review diff --git a/README.md b/README.md index 68a1461..ae345cf 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,10 @@ connection when the Fastify server shuts down. To automatically close the client connection, set closeClient to true. ```js -fastify.register(fastifyValkey, { - client, - closeClient: true }) +fastify.register(fastifyValkey, { + client, + closeClient: true +}) ``` ## Registering multiple Valkey client instances