diff --git a/README.md b/README.md
index 60e58c29..872bd983 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 The program was build using Visual Studio 2013. After opening the solution, make sure you have **CefSharp.WinForms** and **Microsoft.VC120.CRT.JetBrains** included - if not, download them using NuGet. For **CefSharp**, you will need version 49 or newer currently available as a pre-release.
 ```
-PM> Install-Package CefSharp.WinForms -Pre
+PM> Install-Package CefSharp.WinForms -Pre -Version 49.0.0-pre02
 PM> Install-Package Microsoft.VC120.CRT.JetBrains
 ```