diff --git a/README.md b/README.md
index 999e317..a8b27c9 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,15 @@ environmental variable to `lxc` in order to avoid typing `--provider=lxc` all
 the time.
 
 
+## Base boxes
+
+Base boxes can be found on [VagrantCloud](https://vagrantcloud.com/search?provider=lxc)
+and some scripts to build your own are available at [fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes).
+
+If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md)
+for more information.
+
+
 ## Advanced configuration
 
 If you want, you can modify container configurations from within your Vagrantfile
@@ -160,14 +169,6 @@ If you are interested on what will be generated by that command, please check
 
 _vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Avoiding-%27sudo%27-passwords)_
 
-### Base boxes
-
-Base boxes can be found on [VagrantCloud](https://vagrantcloud.com/search?provider=lxc)
-and some scripts to build your own are available at [fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes).
-
-If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md)
-for more information.
-
 
 ## More information