From 16abd68b9f2c6c912d4e66c070c2de5b78875dd4 Mon Sep 17 00:00:00 2001 From: Adrian Pilarczyk Date: Tue, 8 Aug 2023 13:30:16 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2dbb6a75..c740943f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ SDK for building great [Saleor Apps](https://github.com/saleor/apps). ## 🚨 Alpha phase -App SDK is on early, alpha stage at the moment. Every API below 1.x.x release is likely to change. +App SDK is in the early stage at the moment. Every API below 1.x.x release is likely to change. -Feel free to play with SDK and to move its code to your app directly +Feel free to play with SDK and move its code directly to your app. ## Installing @@ -30,13 +30,12 @@ npm i @saleor/app-sdk ## Docs - [AppBridge](./docs/app-bridge.md) - communication layer between Saleor App and Dashboard -- [Protected Views](./docs/protected-views.md) - protecting access to App outside of Dashboard -- [APL](./docs/apl.md) - an interface that enabled App communicating between one or more Saleor instances +- [APL](./docs/apl.md) - an interface that enables App communication between one or more Saleor instances - [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 +- [Protected Views](./docs/protected-views.md) - ensure the page can render only inside the Dashboard - [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 +- [Settings Manager](./docs/settings-manager.md) - how to save App configuration (tokens, settings) in Saleor, without an external database ## Development