Browse Source

correction -> new CefSettings not new Settings

pull/681/head
Geoffrey Huntley 11 years ago
parent
commit
47f5cd7b6d
  1. 2
      README.WPF.md

2
README.WPF.md

@ -28,7 +28,7 @@ To be able to use CefSharp.Wpf, you basically just have to add a ChromiumWebBrow
{
InitializeComponent();
Cef.Initialize(new Settings());
Cef.Initialize(new CefSettings());
}
}
```
Loading…
Cancel
Save