docs: fix crate name

This commit is contained in:
rzmk 2025-04-30 21:53:40 -04:00
parent d0c36b55c6
commit d3217aad28
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
dotenv()?; dotenv()?;
// Initialize and build CKAN struct // Initialize and build CKAN struct
let ckan = ckan_dh_rs::CKAN::builder() let ckan = ckanaction::CKAN::builder()
.url("http://localhost:5000") .url("http://localhost:5000")
.token(dotenvy::var("CKAN_API_TOKEN")?) .token(dotenvy::var("CKAN_API_TOKEN")?)
.build(); .build();