Skip to content

Commit a553a86

Browse files
authored
Update README.md
Small changes to readme
1 parent 10d33ca commit a553a86

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A set of lists/list wrappers that implement the observable pattern, invoking eve
1313
<img src="https://user-images.githubusercontent.com/686792/53543486-0e638800-3ae0-11e9-9566-6d2f18a28e61.jpg" height="350">
1414
</p>
1515

16-
***New Version 2 Release Candidate! (2023-02-07)<br>***
16+
***New Version 2! (2023-02-07)<br>***
1717
Gstc.Collections.ObservableLists <br>
1818
Author - Greg Sonnenfeld, Copyright 2019 to 2023 <br>
1919
License: LGPL 3.0 <br>
@@ -81,8 +81,11 @@ var obvListBind = new ObservableListBindFunc<int, string>(
8181

8282
## How do I get started?
8383

84-
The `ObservableList<T>` should work somewhat similar to the standard .NET `ObservableCollection<T>`. First, add the nuget package
85-
[ https://www.nuget.org/packages/Gstc.Collections.ObservableLists ] or checkout the code and include it in you project. (The 2.0 version has not yet been updated! StayTuned!) Next utilize code from the following examples or check out the ***Gstc.Collections.ObservableLists.ExampleTest*** namespace!
84+
The `ObservableList<T>` should work somewhat similar to the standard .NET `ObservableCollection<T>`.
85+
86+
First, add the nuget package [ https://www.nuget.org/packages/Gstc.Collections.ObservableLists ] or checkout the code and include it in you project.
87+
88+
Next utilize code from the following examples or look at the github examples in the ***Gstc.Collections.ObservableLists.ExampleTest*** namespace!
8689

8790
The following example shows usage of an `ObservableList<T>` :
8891

0 commit comments

Comments
 (0)