Skip to content

Commit

Permalink
πŸ“ update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonnwc3 committed Jul 26, 2020
1 parent 093dea5 commit b2ba78d
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 @@ -25,7 +25,7 @@ Add it to your project with `register` and you are done!
```js
const fastify = require("fastify")()

fastify.register(require("fastify-reverse-routes"))
fastify.register(require("fastify-reverse-routes").plugin)

fastify.route({
url: "/frameworks/:name",
Expand Down

0 comments on commit b2ba78d

Please sign in to comment.