From 89bf46485d5b60ce1e8e5e4d265a9c1570de3dc5 Mon Sep 17 00:00:00 2001 From: cyber-junkie9 <50986901+cyber-junkie9@users.noreply.github.com> Date: Tue, 27 Jul 2021 13:17:26 +0530 Subject: [PATCH] Fix typo --- docs/1.-Getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.-Getting-started.md b/docs/1.-Getting-started.md index 2af3fda..c7cb586 100644 --- a/docs/1.-Getting-started.md +++ b/docs/1.-Getting-started.md @@ -17,7 +17,7 @@ There are two ways to install AsyncMqttClient. AsyncMqttClient has 1 dependency: * For ESP8266: [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP). Download the [.zip](https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip) and install it with the same method as above. -* Fors ESP32: [AsyncTCP](https://github.com/me-no-dev/AsyncTCP). Download the [.zip](https://github.com/me-no-dev/AsyncTCP/archive/master.zip) and install it with the same method as above. +* For ESP32: [AsyncTCP](https://github.com/me-no-dev/AsyncTCP). Download the [.zip](https://github.com/me-no-dev/AsyncTCP/archive/master.zip) and install it with the same method as above. ## Fully-featured sketch