supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
114 stars 22 forks source link

change Table<> To Table<>() in Readme.md #56

Closed agwanyaseen closed 1 year ago

agwanyaseen commented 1 year ago

What kind of change does this PR introduce?

docs update: Updated ReadMe, Rewrote Table<User>.Single() to Table<User>().Single()

What is the current behavior?


What is the new behavior?


Additional context


acupofjose commented 1 year ago

Thanks for the catch! Appreciate it.