From bb2c4a96fdf7f1713fe2c8219a8cb0b0b75870b5 Mon Sep 17 00:00:00 2001 From: Adrian Pilarczyk Date: Wed, 6 Sep 2023 14:15:18 +0200 Subject: [PATCH] Update README.md (#272) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 295a75e..c78ca5b 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 @@ -29,7 +29,7 @@ npm i @saleor/app-sdk ## Docs -Read the docs [here](https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/app-sdk/overview) +You can find the documentation [here](https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/app-sdk/overview). ## Development