esp8266 thing ESP8266WiFi libary problem

Hey guy’s

I’ have a smal problem whit the esp8266 thing demo code : when i uploade the code whit the ESP8266WiFi libary i get the folwoing error :

sketch_aug04b.ino:1:25: fatal error: ESP8266WiFi.h: No such file or directory

compilation terminated.

and i got the esp8266 libary from:https://github.com/ekstrand/ESP8266wifi

What did i do wrong here ?

Whit best regards Ben

Did you download the ESP8266WiFi.h file and place it where the compiler could get to it?

Yes i did i’ve put it in the documents/arduino/libary’s folder

All I can suggest is this from the INSTALL section of the github:

•In your sketch do a #include <ESP8266wifi.h>