diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58cadff..25fa70d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ To run a local copy, the recommended way is to install it locally. From the main python3 -m pip install --user -e . ``` -You should then be able to type `sbom4python --help` on the command line, and it should show the help information. If this does not +You should then be able to type `sbom2doc --help` on the command line, and it should show the help information. If this does not work, then double check that you have setup the local environment correctly, have downloaded and installed the code correctly, that you are in your virtual environment and that the latest versions of any dependent components have been installed.