From 244f06f1ba71b4fca644c5bc29d19748e458bffc Mon Sep 17 00:00:00 2001 From: Noah Date: Sun, 12 Jul 2015 20:52:26 +0200 Subject: [PATCH] README.md: Mark WiFiServer, WiFiClient and WiFiUDP as classes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16625f3d9..a1df4d799 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ You can use ```udp.destinationIP()``` to tell whether the packet received was sent to the multicast or unicast address. Also note that multicast doesn't work on softAP interface. -WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library. +```WiFiServer```, ```WiFiClient```, and ```WiFiUDP``` behave mostly the same way as with WiFi shield library. Four samples are provided for this library. You can see more commands here: [http://www.arduino.cc/en/Reference/WiFi](http://www.arduino.cc/en/Reference/WiFi)