From e0e0b5605396e4b7ccbc7cf30b53b541a339b194 Mon Sep 17 00:00:00 2001 From: wvengen Date: Mon, 16 May 2022 11:29:06 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71115a8..82a4cbe 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ Different categories can use different score classes: * `Nutriscore::FR::DrinksScore` for other drinks * `Nutriscore::FR::SpecificScore` for other food products +Note that the score classes may use different nutrients (there is one additional nutrient, +`fat_total`, used by `FatsScore`). + ## UK The UK has the same basis for computation, but it is used to determine @@ -122,8 +125,8 @@ score = Nutriscore::UK::SpecificScore.new(product_a, fibres_method: :nsp) ``` Different categories can use different score classes: -* `Nutriscore::EN::SpecificScore` for food products -* `Nutriscore::EN::DrinksScore` for drinks +* `Nutriscore::UK::SpecificScore` for food products +* `Nutriscore::UK::DrinksScore` for drinks ## License