about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2016-06-10 21:16:46 +0900
committerGitHub <noreply@github.com>2016-06-10 21:16:46 +0900
commit633b2597cc88f42b61cda04684794a4352d83ace (patch)
tree4b702111072f030a49f0479efa6bd227f57af2ad
parente58c967c86779a1b2a87711bcf3d0bcdc233b2c8 (diff)
parent300a5d7d717febf738e24602caa3696cec151f24 (diff)
downloadrust-633b2597cc88f42b61cda04684794a4352d83ace.tar.gz
rust-633b2597cc88f42b61cda04684794a4352d83ace.zip
Rollup merge of #34184 - euclio:patch-1, r=steveklabnik
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 80d2b7c42d8..bc41e62b36a 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