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