From 3ee6322a37feeb35216a795026e9823c83a12010 Mon Sep 17 00:00:00 2001 From: Antonio Diaz Date: Sat, 7 Apr 2018 19:58:26 -0700 Subject: [PATCH] update to new default confidence threshold --- docs/customizing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customizing.md b/docs/customizing.md index 136e54d..42e6f54 100644 --- a/docs/customizing.md +++ b/docs/customizing.md @@ -2,11 +2,11 @@ ### Adjusting the confidence threshold -If you'd like, you can make Licensee less stringent in its comparison, but risk getting false positives as a result. The confidence threshold is an integer between 1 and 100, with the default being 95, meaning that License is at least 95% confident that the file represents the matched license. +If you'd like, you can make Licensee less stringent in its comparison, but risk getting false positives as a result. The confidence threshold is an integer between 1 and 100, with the default being 98, meaning that License is at least 98% confident that the file represents the matched license. ```ruby LICENSEE.confidence_threshold -=> 95 +=> 98 LICENSEE.confidence_threshold = 90 => 90