diff --git a/README.md b/README.md index db4ed30..25b8f5d 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ > ```yaml > - name: Create SBOM step > # see for usage: https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm -> run: npx @cyclonedx/cyclonedx-npm +> run: npx @cyclonedx/cyclonedx-npm --help > ``` > - for YARN projects: [`@cyclonedx/yarn-plugin-cyclonedx`](https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx) > ```yaml > - name: Create SBOM step > # see for usage: https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx -> run: yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx +> run: yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx --help > ``` > - for PNPM projects: *to be announced*