Skip to content

Commit 3940b3c

Browse files
committed
Read me updated
1 parent 17f9610 commit 3940b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ query.IncludeCount();
7575
query.ToJSON();
7676
query.Find<Blog>().ContinueWith((t) => {
7777
if (!t.IsFaulted) {
78-
ContentstackCollection<Product> result = t.Result;
78+
ContentstackCollection<Blog> result = t.Result;
7979
Console.WriteLine("result" + result.items);
8080
}
8181
});

0 commit comments

Comments
 (0)