Skip to content

Commit 0e8c47f

Browse files
authored
docs(readme): minor grammar changes (#85)
1 parent 6f8926d commit 0e8c47f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Known Vulnerabilities](https://snyk.io/test/github/fastify/fastify-redis/badge.svg)](https://snyk.io/test/github/fastify/fastify-redis)
66
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
77

8-
Fastify Redis connection plugin, with this you can share the same Redis connection in every part of your server.
8+
Fastify Redis connection plugin; with this you can share the same Redis connection in every part of your server.
99

1010
Under the hood [ioredis](https://github.com/luin/ioredis) is used as client, the ``options`` that you pass to `register` will be passed to the Redis client.
1111

@@ -184,13 +184,13 @@ fastify.listen(3000, function (err) {
184184
}
185185
})
186186
```
187-
*NB: you will find more information about Redis streams and the relevant commands [here](https://redis.io/topics/streams-intro) and [here](https://redis.io/commands#stream).*
187+
*NB you can find more information about Redis streams and the relevant commands [here](https://redis.io/topics/streams-intro) and [here](https://redis.io/commands#stream).*
188188

189189
## Acknowledgements
190190

191191
This project is kindly sponsored by:
192-
- [nearForm](http://nearform.com)
193-
- [LetzDoIt](http://www.letzdoitapp.com/)
192+
- [nearForm](https://nearform.com)
193+
- [LetzDoIt](https://www.letzdoitapp.com/)
194194

195195
## License
196196

0 commit comments

Comments
 (0)