From 9c098959a1189d9cf71f6ef6bb4f75b37c6dd9c0 Mon Sep 17 00:00:00 2001 From: Michal Miszczyszyn Date: Mon, 9 Oct 2023 16:42:50 +0200 Subject: [PATCH] Updates --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16bcbdef0..2980e3448 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ 🔥 **App Router**: Storefront utilizes React Server Components, Data Cache, and async components. +🟦 **TypeScript**: Built with typesafety in mind and with TypeScript strict mode enabled. + 🦄 **GraphQL best practices**: Reduced boilerplate and bundle size thanks to GraphQL Codegen and `TypedDocumentString`. 💳 **Payment Apps integration**: The checkout process is integrated with Saleor Payment Apps – just a few clicks away from using Adyen (Stripe coming soon). @@ -43,12 +45,12 @@ ## Quickstart > [!IMPORTANT] -> Use a free developer account at [Saleor Cloud](https://cloud.saleor.io/). +> The fastest way to get started with Saleor is using a free developer account at [Saleor Cloud](https://cloud.saleor.io/). -To download and install Saleor CLI, run the following command: +Install the latest version of the Saleor CLI by running the following command: ```bash -npm i -g @saleor/cli +npm i -g @saleor/cli@latest ``` [Learn more about Saleor CLI](https://docs.saleor.io/docs/3.x/cli).