Skip to content

Commit d107d3a

Browse files
author
QuickSander
committed
Readme corrections.
1 parent e8a7df9 commit d107d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ if (success) // If no HTTP parsing error or read timeout occurred.
3030
3131
### Writing an HTTP reply to some Stream
3232
```c++
33-
ArduinoHttpServer::StreamHttpReply<127> httpReply(Serial, "application/json");
33+
ArduinoHttpServer::StreamHttpReply httpReply(Serial, "application/json");
3434
httpReply.send("{\"All your base are belong to us!\"}");
3535
```
3636

3737
Characteristics
3838
---------------
39-
* HTTP parser with with protocol validation.
39+
* HTTP parser with protocol validation.
4040
* Puts you in control on how to react on a HTTP request; no implicit behaviour.
4141
* Customizable memory footprint for caching returned body data.
4242
* No external dependencies outside of the standard Arduino framework.

0 commit comments

Comments
 (0)