From 6284cdf60192efc909ded78174afb05d1390ff34 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 12 Apr 2017 20:55:47 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b4fbd6..379c2a0 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ see `/samples` directory for sample contracts that are compiled this way ## Prerequisites -Emscripiten for C/C++ (see [this page](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), `emcc` should be in the `PATH`) -Rust with `wasm32-unknown-emscripten` target (see [this instruction](https://hackernoon.com/compiling-rust-to-webassembly-guide-411066a69fde) to setup) +- Emscripiten for C/C++ (see [this page](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), `emcc` should be in the `PATH`) +- Rust with `wasm32-unknown-emscripten` target (see [this instruction](https://hackernoon.com/compiling-rust-to-webassembly-guide-411066a69fde) to setup)