Browse Source

Fix markdown in README

Loïc Hoguin 11 years ago
parent
commit
ce11495b51
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -171,6 +171,7 @@ You can enable verbose mode by calling Make with the variable
 
 
 ``` bash
 ``` bash
 $ V=1 make
 $ V=1 make
+```
 
 
 Core package functionality
 Core package functionality
 --------------------------
 --------------------------
@@ -185,7 +186,7 @@ Packages are downloaded into `DEPS_DIR` (`./deps/` by default).
 
 
 The package index file is downloaded from `PKG_FILE_URL`
 The package index file is downloaded from `PKG_FILE_URL`
 and saved in `PKG_FILE2`.
 and saved in `PKG_FILE2`.
-```
+
 Core compiler functionality
 Core compiler functionality
 ---------------------------
 ---------------------------