diff --git a/README.md b/README.md index 2d46f04..fb277c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Appium Windows Driver Appium Windows Driver is a test automation tool for Windows devices and acts as a proxy to Microsoft's [WinAppDriver server](https://github.com/microsoft/WinAppDriver). Appium Windows Driver supports testing Universal Windows Platform (UWP), Windows Forms (WinForms), Windows Presentation Foundation (WPF), and Classic Windows (Win32) apps on Windows 10 PCs. The server itself is maintained by Microsoft at https://github.com/microsoft/WinAppDriver. Check its [release notes](https://github.com/microsoft/WinAppDriver/releases) and the [vendor documentation](https://github.com/microsoft/WinAppDriver/tree/master/Docs) to get more details on the supported features and possible pitfalls. > [!IMPORTANT] -> Since major version *5.0.0*, this driver is only compatible with Appium 3. Use the `appium driver install --source=npm appium-windows-driver` +> Since major version *5.0.0*, this driver is only compatible with Appium 3. Use the `appium driver install windows` > command to add it to your distribution. > [!WARNING]