diff --git a/README.md b/README.md index 094c969..18cb745 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ fn main() -> Result<(), Box> { extern crate chrono; extern crate gdpr_consent; -use gdpr_consent::vendor_consent::{from_str, to_str, VendorConsent}; +use gdpr_consent::vendor_consent::VendorConsent; use std::error::Error; fn main() -> Result<(), Box> {