Skip to content

Commit

Permalink
Update README.md so that the key name become consistent (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Kay Gosho <ketsume0211@gmail.com>
  • Loading branch information
acro5piano committed Feb 14, 2024
1 parent 43c7763 commit 3fa8cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3fa8cbf

Please sign in to comment.