From 58fc1be1d5baebe2edbfcacf28a27dfe765fa32b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ch=C3=BDlek?= <info@chylex.com>
Date: Mon, 12 Sep 2016 14:29:48 +0200
Subject: [PATCH] Add CefSharp version to NuGet instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 ```