From c2a3bbd28725ec264becc5aceed76684da7107b3 Mon Sep 17 00:00:00 2001 From: Jonathan Martens Date: Sun, 5 Aug 2018 14:56:33 +0200 Subject: [PATCH] Minor typo fix It a `a user` not `an user` as user is ponounced as straing with a y as in you, so no open vowel so a instead of an. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 451c5fbd..025cd9cd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ for static files, a tiny template engine, websockets, a captive portal, and more There are two example projects that integrate this code, both a [non-os](http://git.spritesserver.nl/esphttpd.git/) as well as a [FreeRTOS-based](http://git.spritesserver.nl/esphttpd-freertos.git/) example. They show -how to use libesphttpd to serve files from an ESP8266 and illustrate a way to make an user associate +how to use libesphttpd to serve files from an ESP8266 and illustrate a way to make a user associate the ESP8266 with an access point from a standard webbrowser on a PC or mobile phone. # Programming guide @@ -183,7 +183,7 @@ int ICACHE_FLASH_ATTR cgiGreetUser(HttpdConnData *connData) { ``` Putting this CGI function into the HttpdBuiltInUrl array, for example with pattern `"/hello.cgi"`, -would allow an user to request the page `"http://192.168.4.1/hello.cgi?name=John+Doe"` and get a document +would allow a user to request the page `"http://192.168.4.1/hello.cgi?name=John+Doe"` and get a document saying *"Hello, John Doe!"*. A word of warning: while it may look like you could forego the entire @@ -324,4 +324,4 @@ This will result in a page stating *Welcome, John Doe, to the ESP8266 webserver! ## Websocket functionality -ToDo: document this \ No newline at end of file +ToDo: document this