about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndy Russell <arussell123@gmail.com>2016-06-09 15:05:46 -0400
committerAndy Russell <arussell123@gmail.com>2016-06-09 16:12:12 -0400
commit300a5d7d717febf738e24602caa3696cec151f24 (patch)
tree0e4a72add579e31a2937c5a0cf4ab81c5e95e1cf
parent0740a93cc290a5419807d2e8c6c442354baf46b0 (diff)
downloadrust-300a5d7d717febf738e24602caa3696cec151f24.tar.gz
rust-300a5d7d717febf738e24602caa3696cec151f24.zip
fix indentation in README
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4e476b4f357..af965cead87 100644
--- a/README.md
+++ b/README.md
@@ -75,13 +75,13 @@ build.
    $ pacman -Sy pacman-mirrors
    ```
 
-Download [MinGW from
-here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the
-`version=4.9.x,threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing,
-add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future,
-installing from pacman should be just fine.
+   Download [MinGW from
+   here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the
+   `version=4.9.x,threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing,
+   add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future,
+   installing from pacman should be just fine.
 
-   ```
+   ```sh
    # Make git available in MSYS2 (if not already available on path)
    $ pacman -S git