From e81f5faf9a439e41fd0df453302e815a12fb582c Mon Sep 17 00:00:00 2001 From: Nicklas Sindlev Andersen Date: Sun, 17 Sep 2023 14:20:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f591766..d3b5fd7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ import gleam/float pub fn main() { // Evaluate the sine function - elementary.sin(floatx.pi()) + elementary.sin(elementary.pi()) // Returns Float: 0.0 // Find the greatest common divisor