8000 Update README.md · jeancode/esp32_https_server@1984143 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1984143

Browse files
authored
Update README.md
1 parent 5933514 commit 1984143

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
@@ -18,7 +18,7 @@ The library is self-contained and just needs the Arduino and ESP32 system librar
1818

1919
## Setup Instructions
2020

21-
Clone or download the content of this git repository into your Arduino/libraries folder and restart you IDE.
21+
Clone or download the content of this git repository into your Arduino/libraries folder and restart your IDE.
2222

2323
To run the examples, you need to execute the script extras/create_cert.sh first. This script will create a simple CA to sign certificates that are used with the examples. Some notes on the usage can be found in the extras/README.md file.
2424

@@ -144,4 +144,4 @@ By default, you need to pass control to the server explicitly. This is done by c
144144

145145
If you want to have the server running in the background (and not calling `loop()` by yourself every few milliseconds), you can make use of the ESP32's task feature and put the whole server in a separate task.
146146

147-
See the Async-Server example to see how this can be done.
147+
See the Async-Server example to see how this can be done.

0 commit comments

Comments
 (0)
0