We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f9610 commit 3940b3cCopy full SHA for 3940b3c
1 file changed
README.md
@@ -75,7 +75,7 @@ query.IncludeCount();
75
query.ToJSON();
76
query.Find<Blog>().ContinueWith((t) => {
77
if (!t.IsFaulted) {
78
- ContentstackCollection<Product> result = t.Result;
+ ContentstackCollection<Blog> result = t.Result;
79
Console.WriteLine("result" + result.items);
80
}
81
});
0 commit comments