From 168842ad501bbb8dacf27444b1e1c33a9a428d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Tue, 27 Feb 2024 23:04:43 +0900 Subject: [PATCH] docs: update script command (#796) --- docs/guide/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/basics.md b/docs/guide/basics.md index e30dd25559..b807af57d9 100644 --- a/docs/guide/basics.md +++ b/docs/guide/basics.md @@ -165,7 +165,7 @@ The following structure will be created: The [`pyproject.toml`](pyproject.md) will be generated with a [`[project.scripts]`](pyproject.md#projectscripts) section named `hello` that points to the `main()` function of `__init__.py`. After you -synchronized your changes, you can run the script with `rye run my-project`. +synchronized your changes, you can run the script with `rye run hello`. ```shell rye sync