Skip to content

Commit

Permalink
examples/chat-tokio: Fix run example feature (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnikenX authored Apr 9, 2021
1 parent 385af35 commit 6fdfb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chat-tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
//! The example is run per node as follows:
//!
//! ```sh
//! cargo run --example chat-tokio --features="tcp-tokio mdns-tokio"
//! cargo run --example chat-tokio --features="tcp-tokio mdns"
//! ```
//!
//! Alternatively, to run with the minimal set of features and crates:
//!
//! ```sh
//!cargo run --example chat-tokio \\
//! --no-default-features \\
//! --features="floodsub mplex noise tcp-tokio mdns-tokio"
//! --features="floodsub mplex noise tcp-tokio mdns"
//! ```

use libp2p::{
Expand Down

0 comments on commit 6fdfb44

Please sign in to comment.