diff options
| author | Illia <[email protected]> | 2017-01-05 00:03:27 +0300 |
|---|---|---|
| committer | Illia <[email protected]> | 2017-01-05 00:03:27 +0300 |
| commit | 3348178f151d8e1d7aa0432984a2dd23fa7b9e89 (patch) | |
| tree | 1349dd7d6849bfc12da9fb064cea4a22a5613c09 /examples/06_command_framework | |
| parent | Simplify a small bit of Context (diff) | |
| download | serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.tar.xz serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.zip | |
Fix rs suffix
Diffstat (limited to 'examples/06_command_framework')
| -rw-r--r-- | examples/06_command_framework/src/main.rs | 2 |
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"] //! ``` |