From 0554ab35c589efc24b34a44decfdfe6139a36db2 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Sat, 20 Apr 2024 23:29:48 -0500 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ecdc51..26c34c8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # spring-boot-dependency-checker -A small utility that finds manually overridden dependencies in a Maven Pom or SBOM for a Spring Boot application. +A small utility that finds manually overridden dependencies in a Maven POM (most accurate) or SBOM for a Spring Boot application. ## Usage `npm install -g spring-boot-dependency-checker` -`spring-boot-dependency-checker location/to/sbom.json` +`spring-boot-dependency-checker location/to/pom.xml`