From 04a7824983e43db13f13d2c31f11303a0f371fe8 Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:53:19 +0300 Subject: [PATCH] Update preparing.md --- docs/guide/getting-started/preparing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started/preparing.md b/docs/guide/getting-started/preparing.md index 4e2b8561c..226b5ba04 100644 --- a/docs/guide/getting-started/preparing.md +++ b/docs/guide/getting-started/preparing.md @@ -7,7 +7,7 @@ After installing and IDE you need to install node. After you downloaded node, you can start using us -Running this will install our CLI, which allows you to create a template project with writing a single line of code. +Running this will install our CLI, which allows you to create a template project without writing a single line of code. ```shell npm install -g @sern/cli ```