From ac8293a195789b267081a8f74ec1155d1c2b3b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Miszczyszyn?= Date: Fri, 10 Mar 2023 08:33:26 +0100 Subject: [PATCH] Update README.md (#211) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a30a1e4..89b50cb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ npm i @saleor/app-sdk - [Debugging](./docs/debugging.md) - how to debug app-sdk behaviour - [Next.js API Handlers](./docs/api-handlers.md) - factories for building Next.js API routes - [Protected Views](./docs/protected-views.md) - how to ensure a page is visible only in Dashboard context -- [Building a Webhook for async event](./docs/saleor-async-webhook.md) - how to build a webhook that reacts on [Saleor async event](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks) +- [Building a Webhook](./docs/saleor-webhook.md) - how to build a webhook that reacts on [Saleor async events](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks) or [Saleor sync events](https://docs.saleor.io/docs/3.x/developer/extending/apps/synchronous-webhooks/key-concepts) - [Settings Manager](./docs/settings-manager.md) - how to save App configuration (tokens, settings) in Saleor, without external database ## Development