From 0f05021d0fe4c46f1938f44d7bd606ae30a8eedc Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Tue, 19 Sep 2023 10:01:16 -0400 Subject: [PATCH] docs: update readme with extractlicenses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258aee7..093b1a4 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Function `ExtractLicenses` is used to extract licenses from the given expression Function `ExtractLicenses` has 2 return values. First is `[]string` which contains all of the SPDX licenses without duplicates. -The second return value is a `error` which is not `nil` if the given expression is not a valid SPDX expression. +The second return value is an `error` which is not `nil` if the given expression is not a valid SPDX expression. #### Example