From 63e5f4b3a44cf8b2717740f7c95d19d2b05aec40 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Tue, 13 May 2025 00:04:47 +0100 Subject: [PATCH] Update README to replace BDateFreq with DateFreq for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 944f0c9..55b9311 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ let n_periods = 4; // Four business days starting 2024‑01‑02 let dates: Vec = - BDatesList::from_n_periods("2024-01-02".to_string(), BDateFreq::Daily, n_periods) + BDatesList::from_n_periods("2024-01-02".to_string(), DateFreq::Daily, n_periods) .unwrap() .list().unwrap();