From 8f7fa0b7b107425b42430387e87c8f95f9a93ea7 Mon Sep 17 00:00:00 2001 From: Alex Maitland <alex@maitlandcomputing.com.au> Date: Mon, 21 Sep 2015 10:47:41 +1000 Subject: [PATCH] Update README.md Add a little more information to the project description. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaacf70..b13a26b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ CefSharp.MinimalExample ======================= -Minimal example of how the CefSharp library can be used +Minimal example of how the CefSharp library can be used using the official `Nuget` packages. + +Includes examples for +- WinForms +- WPF +- OffScreen + + +For a more complete example of each project see the main `CefSharp` repository.