diff --git a/README.md b/README.md index 4d79740..25749c9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ npx --yes @fastify/secure-session > secret-key If you don't want to use `npx`, you can still generate the `secret-key` installing the `@fastify/secure-session` library with your choice package manager, and then: ```sh -./node_modules/@fastify/secure-session/genkey.js > secret_key +./node_modules/@fastify/secure-session/genkey.js > secret-key ``` Then, register the plugin as follows: