diff --git a/README.md b/README.md index 2b4f1e3..4f96d76 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ In this case you should use the method getWMIObjectList instead. ```java //Example Win32_PRINTER - List> wmiObjectListProperties = WMI4Java.get().getWMIObject("Win32_PRINTER"); + List> wmiObjectListProperties = WMI4Java.get().getWMIObjectList("Win32_PRINTER"); ``` ## More Advanced Usage ##