diff --git a/index.html b/index.html
index 2017e25..eee85ad 100644
--- a/index.html
+++ b/index.html
@@ -26,8 +26,8 @@ title: Arduino Client for MQTT
Arduino Ethernet Shield
Arduino YUN – use the included YunClient
in place of EthernetClient
, and
be sure to do a Bridge.begin()
first
- Arduino WiFi Shield - if you want to send packets > 90 bytes with this shield,
- enable the [`MQTT_MAX_TRANSFER_SIZE`](http://knolleary.github.io/pubsubclient/api.html#configoptions) define in `PubSubClient.h`.
+ Arduino WiFi Shield - if you want to send packets greater than 90 bytes with this shield,
+ enable the MQTT_MAX_TRANSFER_SIZE
option in PubSubClient.h
.
Sparkfun WiFly Shield – when used with this library
Intel Galileo/Edison
ESP8266