Skip to content

Commit 0d5927e

Browse files
authored
docs(readme): grammar fix (#164)
* docs(readme): grammar fix Signed-off-by: Frazer Smith <[email protected]> * Update README.md Signed-off-by: Frazer Smith <[email protected]> --------- Signed-off-by: Frazer Smith <[email protected]>
1 parent d2bc2d4 commit 0d5927e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Let's go funky, let's go functional!
99

1010
## Getting started
1111

12-
First install the package:
12+
First, install the package:
1313

1414
```bash
1515
npm i @fastify/funky
@@ -117,7 +117,11 @@ app.get('/', (req, reply) => {
117117
});
118118
```
119119

120+
## License
121+
122+
Licensed under [MIT](./LICENSE).
123+
120124
[npm-image]: https://img.shields.io/npm/v/@fastify/funky.svg
121-
[npm-url]: https://npmjs.org/package/@fastify/funky
125+
[npm-url]: https://npmjs.com/package/@fastify/funky
122126
[downloads-image]: https://img.shields.io/npm/dm/fastify-funky.svg
123127
[downloads-url]: https://npmjs.org/package/@fastify/funky

0 commit comments

Comments
 (0)