Skip to content

Commit ac25651

Browse files
committed
chore: improve README based on issue #112
1 parent 879920a commit ac25651

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
<p align="center">
2-
<img width="300" src=".github/logo.png"/>
3-
</p>
1+
# Supabase.Postgrest
42

5-
<p align="center">
6-
<img src="https://github.com/supabase/postgrest-csharp/workflows/Build%20And%20Test/badge.svg"/>
7-
<a href="https://www.nuget.org/packages/Supabase.Postgrest/">
8-
<img src="https://img.shields.io/nuget/vpre/Supabase.Postgrest"/>
9-
</a>
10-
</p>
3+
[![Build and Test](https://github.com/supabase-community/postgrest-csharp/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/supabase-community/postgrest-csharp/acionts/workflows/build-and-test.yml)
4+
[![NuGet](https://img.shields.io/nuget/vpre/Supabase.Postgrest)](https://www.nuget.org/packages/Supabase.Postgrest/)
115

126
---
137

@@ -32,7 +26,7 @@ await client.Table<Movie>()
3226

3327
---
3428

35-
Documentation can be found [here](https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html).
29+
Documentation can be found [here](https://supabase-community.github.io/postgrest-csharp/api/Supabase.Postgrest.html).
3630

3731
Postgrest-csharp is written primarily as a helper library
3832
for [supabase/supabase-csharp](https://github.com/supabase/supabase-csharp), however, it should be easy enough to use

0 commit comments

Comments
 (0)