-
-
Notifications
You must be signed in to change notification settings - Fork 260
feat: Update README.md #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Updated the docs in parts to at least provide the updated ways to get started while the main docs get updated too
Thanks for opening this pull request!
|
|
I'd love if the PR was merged before this, so we are all good. |
|
@mtrezza do let me know if anything is needed of course |
|
@YBTopaz8 Sure, I just found some style issues in the other PR you've mentioned; I'll review that first. |
| Console.WriteLine(await client.GetQuery("TestClass").WhereEqualTo("objectId", testObjectId).FirstOrDefaultAsync() == null); | ||
| Console.WriteLine(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only an empty Console.WriteLine();?
Updated the docs in parts to at least provide the updated ways to get started while the main docs get updated too