Skip to content

Commit eebeddb

Browse files
julie-ngFdawgs
andauthored
Apply suggestions from code review
Co-authored-by: Frazer Smith <[email protected]>
1 parent c34cbe5 commit eebeddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const fastify = require('fastify')()
2727
// create by specifying host
2828
fastify.register(require('fastify-redis'), { host: '127.0.0.1' })
2929

30-
// OR or by specifying Redis URL
30+
// OR by specifying Redis URL
3131
fastify.register(require('fastify-redis'), { url: 'redis://127.0.0.1', /* other redis options */ })
3232

3333
// OR with more options
@@ -41,7 +41,7 @@ fastify.register(require('fastify-redis'), {
4141

4242
### Accessing the Redis Client
4343

44-
Once you're registered your plugin, you can access the Redis client via `fastify.redis`.
44+
Once you have registered your plugin, you can access the Redis client via `fastify.redis`.
4545

4646
The client is automatically closed when the fastify instance is closed.
4747

0 commit comments

Comments
 (0)