Skip to content

Commit

Permalink
docs: update script command (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Feb 27, 2024
1 parent fa3fa42 commit 168842a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 168842a

Please sign in to comment.