Procházet zdrojové kódy

README/Build: minor thing

aggstam před 3 roky
rodič
revize
3f43364821
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -32,7 +32,7 @@ for the P2P IRC daemon.
 This project requires the Rust compiler to be installed. 
 Please visit [Rustup](https://rustup.rs/) for instructions.
 
-You have to install a native toolchain, and `wasm32-unknown-unknown`.
+You have to install a native and wasm32 toolchains.
 To install wasm32 toolchain, execute:
 ```shell
 % rustup target add wasm32-unknown-unknown