From 5a87d71ca320d7f35b301ece5b9baa98191ee7d8 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Thu, 9 Nov 2023 15:16:29 +1000 Subject: [PATCH] Update docs/usage.md Remove the trailing slash, it's not needed. --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index a36f6cc150..dd02afbe36 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -207,7 +207,7 @@ Submoduled dependencies are included in the project folder retain their Git hist 1. Navigate to the root folder of your project. 2. Ensure that your submodules are up to date using `git submodule update`. -3. Run scanner using `osv-scanner -r ./`. +3. Run scanner using `osv-scanner -r .`. ### Vendored dependencies