mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
docs: fix crate name
This commit is contained in:
parent
d0c36b55c6
commit
d3217aad28
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue