From 3bd465be77b51dd671871d913dbec3199b6ce16c Mon Sep 17 00:00:00 2001 From: josieang <32358891+josieang@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:37:56 +1100 Subject: [PATCH] remove extra backtick in license scanning documentation (#696) --- docs/experimental.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/experimental.md b/docs/experimental.md index f2fdd5c2e4..f94999f4f4 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 +```