From 4e3cd92a8063a70dab9ae0ccafd0552c78c6e005 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 1 May 2017 21:53:54 +0200 Subject: Update food --- src/Indicator.purs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Indicator.purs') diff --git a/src/Indicator.purs b/src/Indicator.purs index 751c069..29daa4f 100644 --- a/src/Indicator.purs +++ b/src/Indicator.purs @@ -15,6 +15,6 @@ className Bad = "bad" fromGlycemicLoad :: Number -> Indicator fromGlycemicLoad n - | n <= 10.0 = Good - | n < 20.0 = Medium + | n <= 8.0 = Good + | n <= 20.0 = Medium | otherwise = Bad -- cgit v1.2.3