Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed May 16, 2022
1 parent a17ecef commit e0e0b56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit e0e0b56

Please sign in to comment.