diff --git a/docs/experimental.md b/docs/experimental.md index f2fdd5c2e4e..f94999f4f4e 100644 --- a/docs/experimental.md +++ b/docs/experimental.md @@ -98,7 +98,7 @@ OSV-Scanner supports license checking as an experimental feature. The data comes If you want a summary of your dependencies licenses, use the `--experimental-licenses-summary` flag: ```bash -osv-scanner --experimental-licenses-summary path/to/repository` +osv-scanner --experimental-licenses-summary path/to/repository ``` ### License violations @@ -122,4 +122,4 @@ Your command would be in this form: ```bash osv-scanner --experimental-licenses="BSD-3-Clause,Apache-2.0,MIT" path/to/directory -``` \ No newline at end of file +```