From 466b291b12654520592af217f73030358e96a2f5 Mon Sep 17 00:00:00 2001 From: jonahgao Date: Tue, 3 Dec 2024 10:55:20 +0800 Subject: [PATCH] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe4ea5..da0d4ef 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ This is how this crate formats BigDecimals: - `123.456` => `BigDecimal("123456e-3")` - `-1e10000` => `BigDecimal("-1e10000")` -There is a [formatting-example](examples/formatting-example.rs) script in the +There is a [formatting-example](examples/formatting-examples.rs) script in the `examples/` directory that demonstrates the formatting options and comparison with Rust's standard floating point Display.