Skip to content

Commit e795ae1

Browse files
committed
Fixes example bullet points in README
1 parent 95a05da commit e795ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A basic HackerNews-like clone where posts can be submitted with url links and then up and down voted.
44

55
<img width="1000" alt="graphql-hn" src="https://user-images.githubusercontent.com/10214025/160611420-29705df8-3e0a-471e-baef-04a3e2ac5618.png">
6+
67
- Example: [supabase-graphql-example.vercel.app](https://supabase-graphql-example.vercel.app/)
78
- Features: [supabase-graphql-example.vercel.app/about](https://supabase-graphql-example.vercel.app/about)
89

@@ -18,7 +19,6 @@ A basic HackerNews-like clone where posts can be submitted with url links and th
1819
- [Postgres Triggers](https://supabase.com/blog/2021/07/30/supabase-functions-updates) and [Postgres Functions](https://supabase.com/docs/guides/database/functions) - When votes are in, use triggers to invoke a Postgres function that calculates a post score to rank the feed
1920
- [Postgres Enumerated Types](https://www.postgresql.org/docs/14/datatype-enum.html) - Enums help defined the direction of a vote: UP or DOWN.
2021

21-
2222
### Frontend
2323

2424
- [Next.js](https://nextjs.org) - React Framework

0 commit comments

Comments
 (0)