From 5830d88e35c8da774067154e31c42b0b7b553451 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Wed, 15 Mar 2017 21:46:20 -0700 Subject: Fix Cargo.toml requirements in examples In the examples, always use the latest git master revision. Additionally, fix the stated required features for each example. --- examples/06_command_framework/src/main.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/06_command_framework/src') diff --git a/examples/06_command_framework/src/main.rs b/examples/06_command_framework/src/main.rs index 1eb1b05..071ecdc 100644 --- a/examples/06_command_framework/src/main.rs +++ b/examples/06_command_framework/src/main.rs @@ -1,6 +1,7 @@ -//! Requires the 'methods' feature flag be enabled in your project's Cargo.toml. +//! Requires the 'framework' feature flag be enabled in your project's +//! `Cargo.toml`. //! -//! This can be activated by specifying the feature in the dependency section: +//! This can be enabled by specifying the feature in the dependency section: //! //! ```toml //! [dependencies.serenity] -- cgit v1.2.3