From f96d8263523c18470d6cb74ecb1907d6dbcd736a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sun, 23 Aug 2020 16:14:39 +0200 Subject: [PATCH] Typo fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3623827..5b03171 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ VOID CALLBACK notification( std::cout << (int)SmallMotor << std::endl; } -const auto ret = vigem_target_x360_register_notification(client, x360, ¬ification, nullptr); +const auto ret = vigem_target_x360_register_notification(client, pad, ¬ification, nullptr); // // Error handling