Skip to content

Commit

Permalink
Merge pull request #209 from jsumners/fix-ecosystem-list
Browse files Browse the repository at this point in the history
Fix extra dash in ecosystem list (thanks Atom)
  • Loading branch information
mcollina committed Sep 12, 2017
2 parents 8a285c5 + aefe346 commit eb5c4de
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 @@ -99,7 +99,7 @@ Bearer auth plugin for Fastify
- [`fastify-formbody`](https://github.com/fastify/fastify-formbody)
Plugin to parse x-www-form-urlencoded bodies
- [`fastify-helmet`](https://github.com/fastify/fastify-helmet) Important security headers for Fastify
-- [`fastify-jwt`](https://github.com/fastify/fastify-jwt) JWT utils for Fastify, internally uses [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken)
- [`fastify-jwt`](https://github.com/fastify/fastify-jwt) JWT utils for Fastify, internally uses [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken)
- [`fastify-leveldb`](https://github.com/fastify/fastify-leveldb) Plugin to share a common LevelDB connection across Fastify.
- [`fastify-mongodb`](https://github.com/fastify/fastify-mongodb)
Fastify MongoDB connection plugin, with this you can share the same MongoDb connection pool in every part of your server.
Expand Down

0 comments on commit eb5c4de

Please sign in to comment.