diff --git a/README.md b/README.md index 3a1d77a..c6cd277 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ assuming the correctness of incoming requests. --- ## Function reference - + ### server module The `server` module provides all functionality for running a web server with @@ -307,7 +307,7 @@ or ``` -While a bit unweildy this methods works. An alternative would be to select the appropriate +While a bit unwieldy this methods works. An alternative would be to select the appropriate value in your handler and simply pass it into the template as a parameter however that would mean having some of your copy embedded into your Python code rather than all of it in one place in the template file. diff --git a/examples/main.py b/examples/main.py index 121191a..68b555f 100644 --- a/examples/main.py +++ b/examples/main.py @@ -4,7 +4,7 @@ # following two lines to it: # # WIFI_SSID = "" -# WIFI_PASSWORD "" +# WIFI_PASSWORD = "" # # with your wifi details instead of and . diff --git a/main.py b/main.py index 121191a..68b555f 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ # following two lines to it: # # WIFI_SSID = "" -# WIFI_PASSWORD "" +# WIFI_PASSWORD = "" # # with your wifi details instead of and .