Commit cf6c707e authored by Tiago Medicci's avatar Tiago Medicci

Added spaces between # and title/subtitle at README.md

parent 58506b60
#Simple HTTP server # Simple HTTP server
This is a very minimal HTTP server I use in some of the projects. This is a very minimal HTTP server I use in some of the projects.
Absolutely not ready for any kind of production use. Absolutely not ready for any kind of production use.
#How to use # How to use
Really, please see above note. Really, please see above note.
This directory is an ESP-IDF component. Clone it (or add it as a submodule) into the component directory of the project. This directory is an ESP-IDF component. Clone it (or add it as a submodule) into the component directory of the project.
#Documentation # Documentation
None yet, but I tried to make the comments in the header file helpful. None yet, but I tried to make the comments in the header file helpful.
#Examples # Examples
Examples functions at http server Examples functions at http server
...@@ -30,12 +30,12 @@ Examples functions at http server ...@@ -30,12 +30,12 @@ Examples functions at http server
* Receiving a GET request at /, http server response is a "Hello World, from ESP32!" html. * Receiving a GET request at /, http server response is a "Hello World, from ESP32!" html.
#Debugging # Debugging
Increasing log level to "Verbose" should produce lots of output related to request handling. Increasing log level to "Verbose" should produce lots of output related to request handling.
#License # License
GPL, see [LICENSE](LICENSE) file. Mostly because this is a very early version. Will be relicensed as something more reasonable later. GPL, see [LICENSE](LICENSE) file. Mostly because this is a very early version. Will be relicensed as something more reasonable later.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment