From 9df261a0eb283272eb56a0e983e824aa46314d6a Mon Sep 17 00:00:00 2001 From: Simon Nitzsche Date: Sun, 4 Jul 2021 17:40:18 +0200 Subject: [PATCH] Fixed typo on README Added a dot to "etc" on the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d478523b..cb34a0de 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ vast number of open source and commercial products - it even runs on the International Space Station! Mongoose makes embedded network programming fast, robust, and easy. Features include: -- Cross-platform: works on Linux/UNIX, MacOS, Windows, Android, FreeRTOS, etc +- Cross-platform: works on Linux/UNIX, MacOS, Windows, Android, FreeRTOS, etc. - Supported embedded architectures: ESP32, NRF52, STM32, NXP, and more - Built-in protocols: plain TCP/UDP, HTTP, MQTT, Websocket - SSL/TLS support: mbedTLS, OpenSSL or custom (via API)