diff --git a/README.md b/README.md
index b187487..c213f54 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
ESP32Cam-demo sketch for use with the Arduino IDE

+
LATEST NEWS!!!
There is now a very cheap motherboard available for the esp32cam which make it as easy to use as any other esp development board.
Search eBay for "esp32cam mb" - see http://www.hpcba.com/en/latest/source/DevelopmentBoard/HK-ESP32-CAM-MB.html
@@ -12,6 +13,7 @@ The wifi is very poor whilst in the motherboard (I find this happens if you have
but if I rest my thumb above the antenna I find the signal works ok).
Many of the ebay listing include an external antenna and I would suggest this would b a good option if ordering one.
So they are far from perfect but still for the price I think well worth having.
+
This can be used as a starting point sketch for projects using the esp32cam development board,
it has the following features:
@@ -25,7 +27,6 @@ it has the following features:
-Can read the image as RGB data (i.e. 3 bytes per pixel for red green and blue value)
-Act as web client (reading the web page in to a string) - see requestWebPage()
-
I have tried to make the sketch as easy to follow/modify as possible with lots of comments etc. and no additional libraries used,
as I found it quiet confusing as an ameteur trying to do much with this module and difficult to find easy to understand
examples/explanations of what I wanted to do, so I am publishing this sketch in the hope it will encourage/help others to have a