Skip to content

Commit

Permalink
Fix toml dependency description in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaEvo authored and zeyla committed Jan 2, 2017
1 parent fd04374 commit 92309b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/06_command_framework/src/main.rs
Expand Up @@ -5,7 +5,7 @@
//! ```toml
//! [dependencies.serenity]
//! git = "https://github.com/zeyla/serenity.rs.git"
//! features = ["framework", methods"]
//! features = ["framework", "methods"]
//! ```

#[macro_use]
Expand Down

0 comments on commit 92309b2

Please sign in to comment.