diff --git a/scripts/build_wasm_release.sh b/scripts/build_wasm_release.sh index 53cf737641..8c1a9b8d96 100755 --- a/scripts/build_wasm_release.sh +++ b/scripts/build_wasm_release.sh @@ -8,7 +8,7 @@ print_toolchain_installation_notice() { echo " | |" echo " | If you intend to develop on the RxPlayer regularly, it is recommended that you |" echo " | install globally rustup (with the \"wasm32-unknown-unknown\" target) as well as |" - echo " | binaryen. Once done, please remove this \".tmp\" directory. |" + echo " | binaryen. Once done, please remove this \"tmp\" directory. |" echo " +----------------------------------------------------------------------------------+" }