Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Dec 6, 2020
1 parent 53829c1 commit fe46807
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 @@ -98,7 +98,7 @@ const fastify = require("fastify")();

// ... configure your AWSXRay instance

instance.decorate('AWSXRay', AWSXRay)
fastify.decorate('AWSXRay', AWSXRay)

fastify.register(require("fastify-xray"), {
defaultName: "My App Name",
Expand Down

0 comments on commit fe46807

Please sign in to comment.