Update README.md (#272)

This commit is contained in:
Adrian Pilarczyk 2023-09-06 14:15:18 +02:00 committed by GitHub
parent b4c258f694
commit bb2c4a96fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@ SDK for building great [Saleor Apps](https://github.com/saleor/apps).
## 🚨 Alpha phase ## 🚨 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 ## Installing
@ -29,7 +29,7 @@ npm i @saleor/app-sdk
## Docs ## 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 ## Development