indentation (renders the same)

[ci skip]
This commit is contained in:
Robert Habermeier 2016-06-15 12:45:52 +02:00
parent 3d86d099bb
commit 2527130831
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ Parity is fully compatible with Stable Rust.
We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have rustup, you can install it like this:
- Linux and OSX:
```bash
$ curl https://sh.rustup.rs -sSf | sh
```
```bash
$ curl https://sh.rustup.rs -sSf | sh
```
- Windows