aboutsummaryrefslogtreecommitdiff
path: root/examples/06_command_framework
diff options
context:
space:
mode:
Diffstat (limited to 'examples/06_command_framework')
-rw-r--r--examples/06_command_framework/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/06_command_framework/src/main.rs b/examples/06_command_framework/src/main.rs
index 480c8dd..a0e4b7f 100644
--- a/examples/06_command_framework/src/main.rs
+++ b/examples/06_command_framework/src/main.rs
@@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies.serenity]
-//! git = "https://github.com/zeyla/serenity.rs.git"
+//! git = "https://github.com/zeyla/serenity.git"
//! features = ["framework", "methods"]
//! ```