From b23e52ec530b2e67d99313072e3d77d25ff02277 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 11 Dec 2017 14:47:33 +0100 Subject: [PATCH] fix README spacing / grammar --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 247ed11..011ddd5 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,22 @@ Tested : 1.8 and 1.9.2 (updated) Description : WiFi manager for ESP8266 - ESP12 for micropython -Main Features:   +Main Features: - Web based connection manager - Save wifi password in passwd.dat (csv format) - Easy to apply -Usage : +Usage: -Upload main.py and networkconfig.py on esp -Write your code on main.py or import from main.py +Upload main.py and networkconfig.py to ESP. +Write your code into main.py or import it from main.py. -Logic: -1. step : Check passwd.dat file and try saved passwords -2. step : To publish web page to config new wifi -3. step : Saving password on passwd.dat file. -4. step : Run user code +Logic: +1. step: Check passwd.dat file and try saved networks/passwords. +2. step: Publish web page to configure new wifi. +3. step: Save network/password to passwd.dat file. +4. step: Run user code. ![alt text](https://github.com/tayfunulu/WiFiManager/blob/master/WiFi_Manager.png)