diff --git a/README.md b/README.md index 53705cb..b0beeb4 100644 --- a/README.md +++ b/README.md @@ -83,15 +83,13 @@ Generic HID sample looks like this (with error checking removed for simplicity): **Warning: Only run the code you understand, and only when it conforms to the -device spec. Writing data at random to your HID devices can break them.** +device spec. Writing data (`hid_write`) at random to your HID devices can break them.** ```c -#ifdef WIN32 -#include -#endif -#include -#include -#include "hidapi.h" +#include // printf +#include // wprintf + +#include #define MAX_STR 255