Skip to content

Commit

Permalink
remove extra backtick in license scanning documentation (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
josieang authored Dec 6, 2023
1 parent 9df535e commit 3bd465b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
```

0 comments on commit 3bd465b

Please sign in to comment.