aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 10:46:43 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 10:47:31 +0200
commitce11495b517370e959e61ebc095dd831d77a5121 (patch)
treee005c7e0230889fa4e6a5cae3a839b4f2f6727db /README.md
parent39f9f993428ed50047137903a65403e5655fa329 (diff)
downloaderlang.mk-ce11495b517370e959e61ebc095dd831d77a5121.tar.gz
erlang.mk-ce11495b517370e959e61ebc095dd831d77a5121.tar.bz2
erlang.mk-ce11495b517370e959e61ebc095dd831d77a5121.zip
Fix markdown in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8182ba1..7bd9d4d 100644
--- a/README.md
+++ b/README.md
@@ -171,6 +171,7 @@ You can enable verbose mode by calling Make with the variable
``` bash
$ V=1 make
+```
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`
and saved in `PKG_FILE2`.
-```
+
Core compiler functionality
---------------------------