From d12da60df48f10e721227d14989b5e1a50928705 Mon Sep 17 00:00:00 2001 From: Adam W <35391288+A-damW@users.noreply.github.com> Date: Sun, 10 Jan 2021 08:20:16 +0000 Subject: [PATCH] Update README.md Minor typo, line 107, "to to" > "to do" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd4499..33c68d8 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ function `ESPUI.prepareFileSystem()` Just open the example sketch **prepareFileSystem** and run it on the ESP, (give it up to 30 seconds, you can see the status on the Serial Monitor), The library will create all needed files. Congratulations, you are done, from now on you -just need to to this again when there is a library update, or when you want to +just need to do this again when there is a library update, or when you want to use another chip :-) Now you can upload your normal sketch, when you do not call the `ESPUI.prepareFileSystem()` function the compiler will strip out all the unnecessary strings that are already saved in the chip's filesystem and you have