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.