doc(examples) s/bash/shell/ for the sake of consistency.

This commit is contained in:
Ivan Enderlin
2020-07-20 10:28:22 +02:00
parent bb00de2c08
commit e276b37e1f
10 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
//!
//! You can run the example directly by executing in Wasmer root:
//!
//! ```bash
//! ```shell
//! cargo run --example compiler-llvm --release --features "llvm"
//! ```
//!