summaryrefslogtreecommitdiffstats
path: root/src/helpers/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/mod.rs')
-rw-r--r--src/helpers/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers/mod.rs b/src/helpers/mod.rs
index f6a3b4f..5fb3512 100644
--- a/src/helpers/mod.rs
+++ b/src/helpers/mod.rs
@@ -4,7 +4,7 @@
/// In order to use this module, set the "toml" feature in your Cargo.toml:
///
/// ```toml,ignore
-/// [dependencies.elefren]
+/// [dependencies.mastodon-async]
/// version = "0.22"
/// features = ["toml"]
/// ```
@@ -28,7 +28,7 @@ pub mod json;
/// In order to use this module, set the "env" feature in your Cargo.toml:
///
/// ```toml,ignore
-/// [dependencies.elefren]
+/// [dependencies.mastodon-async]
/// version = "0.22"
/// features = ["env"]
/// ```