Skip to content

Commit 0f6beaf

Browse files
author
Sebastiano Merlino
committed
Solved some formatting issues
1 parent 29e330a commit 0f6beaf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/libhttpserver.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ embedded Rest HTTP server (and more).
2626
Contents
2727
========
2828
* Introduction.
29+
* Requirements.
2930
* Compilation.
3031
* Constants.
3132
* Structures and classes type definition.
@@ -78,9 +79,9 @@ used per connection to avoid resource exhaustion.
7879

7980
Requirements
8081
============
81-
g++ >= 4.1.2
82-
libmicrohttpd >= 0.9.7
83-
doxygen (if you want to build code reference)
82+
* g++ >= 4.1.2
83+
* libmicrohttpd >= 0.9.7
84+
* doxygen (if you want to build code reference)
8485

8586
Compilation
8687
===========

0 commit comments

Comments
 (0)