From 609099bd634d8c1cb80f8e489bd87705f7d55524 Mon Sep 17 00:00:00 2001 From: anthonyharrison Date: Mon, 6 Mar 2023 22:47:21 +0000 Subject: [PATCH] doc: Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.