summaryrefslogtreecommitdiffstats
path: root/src/helpers/mod.rs
diff options
context:
space:
mode:
authorScott Boggs <scott@tams.tech>2022-12-23 12:28:35 -0500
committerGitHub <noreply@github.com>2022-12-23 12:28:35 -0500
commit62dee5295e213dafa460257d402a622640b1faaa (patch)
treeaf7c1e26db11bfb8aa3c9b962d22e9d92ba0bacc /src/helpers/mod.rs
parent6fb63800d79ed06b0b0411eabde4d618f31092d2 (diff)
parentca7777c2f835b6437a891d6bf821b490df7678c8 (diff)
Merge pull request #2 from dscottboggs/fix/examplesv1.0.0
Pre-release tasks - chang the name of the project from elefren to mastodon-async - fix and updates some documentation - fix the examples
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"]
/// ```