diff --git a/README.md b/README.md index cb79ec9..d9aa598 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Because of data binding in WPF, it is important that the collection is Observabl // WPF simple sample. ObservableList list; -public ISynchronizedView ItemsView { get; set; } +public INotifyCollectionChangedSynchronizedView ItemsView { get; set; } public MainWindow() {