diff --git a/README.md b/README.md index e970269..3335af5 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ In this case, use the monitor app (Or `GetDeviceList()`) to findle out the "Hand #### GetDeviceIdFromHandle `AHI.GetDeviceIdFromHandle(, [,] )` -eg `AHI.GetDeviceId(false, "ACPI\PNP0303")` to find a keyboard with the handle `ACPI\PNP0303` +This works in the same way as `GetDeviceId` above, except you pass a string containing the handle. +eg `AHI.GetDeviceIdFromHandle(false, "ACPI\PNP0303")` to find a keyboard with the handle `ACPI\PNP0303` #### GetKeyboardIdFromHandle `AHI.GetKeyboardIdFromHandle( [,] )`