From f32514e5dd902cc3733baff21cd9703764468f72 Mon Sep 17 00:00:00 2001 From: John Speed Meyers <54914994+jspeed-meyers@users.noreply.github.com> Date: Wed, 23 Feb 2022 19:20:10 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03383eb..d4b8080 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # contains-oss - How To Use -`contains-oss` is a Java tool to examine binary Java artifacts (e.g., *.jar, *.ear, *.war, *.class, etc) -to count the lines of code they contain, and to classify and tally each line of code as either -"Externally Developed" (a.k.a. open-source) or "Internally Developed" (a.k.a. proprietary -in-house code). +`contains-oss` is a Java tool that examines binary Java artifacts (e.g., *.jar, *.ear, *.war, *.class, etc), +counts the lines of code, and classifies each line of code as either "Externally Developed" (a.k.a. open-source) +or "Internally Developed" (a.k.a. proprietary in-house code). ``` java -jar contains-oss-2022.02.23.jar