From 21e326778a91af7597ab13a66462a47322b7d209 Mon Sep 17 00:00:00 2001 From: Matt Rutkowski Date: Tue, 7 May 2024 18:59:02 -0500 Subject: [PATCH] Update README to provide Diff command recommendations Signed-off-by: Matt Rutkowski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdfc966..f65ee1b 100644 --- a/README.md +++ b/README.md @@ -2244,7 +2244,7 @@ This *experimental* command will compare two *similar* BOMs and return the delta ##### Recommendations -- *Even with BOMs that **SHOULD** be similar, it is recommended to use the **[trim](#trim)** to remove data that changes within a BOM from one generation to another *or* is often proprietary such as: **bom-ref**, **hashes**, **timestamp**(s), **properties**, etc.*. +- *Even with BOMs that **SHOULD** be similar, it is recommended to use the **[trim](#trim)** command to remove data that changes within a BOM from one generation to another *or* is often proprietary such as: **bom-ref**, **hashes**, **timestamp**(s), **properties**, etc.*. - *In addition, it is recommended that you also `--normalize` trimmed output data to better guarantee ordering of fields and array data.* ##### Notes