Update docs in imgurs lib

This commit is contained in:
M3DZIK 2024-04-11 22:40:46 +02:00
parent 723bf26dbd
commit 6d6cbbd4b0
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! [![github]](https://github.com/MedzikUser/imgurs)
//! [![github]](https://github.com/M3DZIK/imgurs)
//! [![crates-io]](https://crates.io/crates/imgurs)
//! [![docs-rs]](https://docs.rs/imgurs)
//!
@ -19,7 +19,7 @@
//! your application, simply add it to your project's `Cargo.toml`.
//! ```toml
//! [dependencies]
//! imgurs = "0.8.0"
//! imgurs = "0.11.3"
//! ```
//!
//! # Example Usage