diff --git a/README.md b/README.md index db2dc30..34bbf43 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ And then use this code in `main.rs`: ```rust use ironcalc::{ - base::{expressions::utils::number_to_column, model::Model}, + base::{expressions::utils::number_to_column, Model}, export::save_to_xlsx, };