diff --git a/README.dev.md b/README.dev.md index d395950..a28d3b6 100644 --- a/README.dev.md +++ b/README.dev.md @@ -19,7 +19,7 @@ poetry install A command line interface was also implemented using Click, so the package can be run by either using python3: ```console -python3 --method='' +python3 -m rcx_tk --method='' ``` or using poetry: