From 1f221de9543ee1eb30aa56362184b6e026e27339 Mon Sep 17 00:00:00 2001 From: Ilya Bazhenov <31971067+bazhil@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:57:53 +0300 Subject: [PATCH] Update README.md Fix syntax mistake in command example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985ac6d..c396b82 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ pip install pynest-api ### Start with cli ```bash -pynest generate appplication -n my_app_name +pynest generate application -n my_app_name ``` this command will create a new project with the following structure: