Update README to replace BDateFreq with DateFreq for consistency

This commit is contained in:
Palash Tyagi 2025-05-13 00:04:47 +01:00
parent df28440dfd
commit 63e5f4b3a4

View File

@ -51,7 +51,7 @@ let n_periods = 4;
// Four business days starting 20240102
let dates: Vec<NaiveDate> =
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();