diff --git a/docs/usage.md b/docs/usage.md index efa6410ade..975852c849 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -142,4 +142,4 @@ Submoduled dependencies are included in the project folder retain their Git hist ### Vendored dependencies -Vendored dependencies have been directly copied into the project folder, but do not retain their Git histories. OSV-Scanner uses OSV's [determineversion API](https://google.github.io/osv.dev/post-v1-determineversion/) to estimate each dependency's version (and associated Git Commit). Vulnerabilities for the estimated version are returned. This process requires no additional work from the user. Run OSV-Scanner as you normally would. \ No newline at end of file +Vendored dependencies have been directly copied into the project folder, but do not retain their Git histories. OSV-Scanner uses OSV's [determineversion API](https://google.github.io/osv.dev/post-v1-determineversion/) to estimate each dependency's version (and associated Git commit). Vulnerabilities for the estimated version are returned. This process requires no additional work from the user. Run OSV-Scanner as you normally would. \ No newline at end of file