From 2e16d3474cee7470b002ea3f483bebd8841208b9 Mon Sep 17 00:00:00 2001 From: Ederson Corbari Date: Fri, 29 Mar 2024 10:02:39 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7208280..30f73da 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The **compute** method is used to evaluate the answers, see the table below with | Parameters | Type | Description | | ------------- | --------- | --------------------------------------------------------- | | sex | string | The sex of the individual (M or F). | -| age | int | The age of the individual (between 18 and 100 years old). | +| age | int | The age of the individual (between 10 and 110 years old). | | answers | dict | Standardized dictionary with answers. | | compare | boolean | If true, it shows the user's answers and reverse score. |