diff --git a/README.md b/README.md
index 10fad21..23c3569 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
- XMenu
+
+# XMenu
XMenu is a menu utility for X.
XMenu receives a menu specification in stdin, shows a menu for the user
@@ -15,7 +16,7 @@ spawn xmenu by right clicking on the root window (i.e. on the desktop).
[0]: https://github.com/phillbush/xclickroot
-§ Features
+## Features
XMenu comes with the following features:
• XMenu reads something in and prints something out, the UNIX way.
@@ -24,7 +25,7 @@ XMenu comes with the following features:
• Icons (menu entries can be preceded by an icon image).
-§ Files
+## Files
The files are:
• ./README: This file.
@@ -38,7 +39,7 @@ The files are:
• ./icons/: Icons for the sample script
-§ Installation
+## Installation
First, edit ./config.mk to match your local setup.
@@ -58,7 +59,7 @@ the manual file ./xmenu.1 into ${MANPREFIX}/man1/ directory.
make install
-§ Running XMenu
+## Running XMenu
XMenu receives as input a menu specification where each line is a menu
entry. Each line can be indented with tabs to represent nested menus.
@@ -72,7 +73,7 @@ the menu generated by that script looks like.
Read the manual for more information on running XMenu.
-§ License
+## License
MIT/X Consortium License