From fe4bc0dc754794465921f232960ea44308dfd190 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 3 Aug 2022 17:07:59 +0200 Subject: [PATCH] doc: fix docs of getting started bot --- examples/getting_started/src/main.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/getting_started/src/main.rs b/examples/getting_started/src/main.rs index d7718f288..c31a47be9 100644 --- a/examples/getting_started/src/main.rs +++ b/examples/getting_started/src/main.rs @@ -1,9 +1,7 @@ /// /// This is an example showcasing how to build a very simple bot using the -/// matrix-sdk. -/// To try it, you need a rust build setup, then you can run: -/// `cargo run -p example-getting-started -- -/// ` +/// matrix-sdk. To try it, you need a rust build setup, then you can run: +/// `cargo run -p example-getting-started -- ` /// /// Use a second client to open a DM to your bot or invite them into some room. /// You should see it automatically join. Then post `!party` to see the client