aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
---------------------------