From e29e0761e2e7b72e568df7c817181088dcc5faf4 Mon Sep 17 00:00:00 2001 From: Juan Pablo Aguilar Date: Tue, 10 Jun 2025 15:42:08 -0400 Subject: [PATCH] Fix plugin link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35036a1..82ac50b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ And much more! For more information, see [API docs](docs/README.md). ## Example -Example use of the Node.js SDK for Heroku AppLink provided as part of the [Heroku AppLink CLI Plugin's](https://github.com/heroku/heroku-cli-plugin-applnk) `applink:project` template: +Example use of the Node.js SDK for Heroku AppLink provided as part of the [Heroku AppLink CLI Plugin's](https://github.com/heroku/heroku-cli-plugin-applink) `applink:project` template: ```javascript fastify.get('/accounts', async function (request, reply) { const {event, context, logger} = request.sdk;