Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmx committed Feb 7, 2022
1 parent f977d58 commit 051a828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Calculates the heat index in degrees Celsius.
**Note:** Heat index calculation is only feasible for high temperatures >= 27 degrees Celsius and a minimum humidity >= 40%.

Returns:
- `NaN` if `temp` is lower than 27. degress Celsius or `humidity` is lower than 40.0
- `NaN` if `temp` is lower than 27.0 degress Celsius or `humidity` is lower than 40.0
- the calculated heat index otherwise

##### temp
Expand Down

0 comments on commit 051a828

Please sign in to comment.