Skip to content

Commit 1df1a53

Browse files
committed
Update README
1 parent a598502 commit 1df1a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ For information about supported Kotlin targets, see the corresponding module REA
1010

1111
[![](https://img.shields.io/github/release/supabase-community/supabase-kt?label=stable)](https://github.com/supabase-community/supabase-kt/releases)
1212
[![](https://badgen.net/github/release/supabase-community/supabase-kt?label=prerelease)](https://central.sonatype.com/search?q=io.github.jan.supabase&smo=true)
13-
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
14-
[![Ktor](https://img.shields.io/badge/ktor-3.0.0--rc--1-blue)](https://ktor.io/)
13+
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
14+
[![Ktor](https://img.shields.io/badge/ktor-3.0.0--rc--2-blue)](https://ktor.io/)
1515
[![slack](https://img.shields.io/badge/slack-%23supabase--kt-purple.svg?logo=slack)](https://kotlinlang.slack.com/archives/C06QXPC7064)
1616

1717
### Links
@@ -99,14 +99,14 @@ val iosMain by getting {
9999
**Note:** It is recommended to use the same Ktor version as supabase-kt:
100100

101101
__For 3.0.0 and above:__
102-
[![Ktor](https://img.shields.io/badge/ktor-3.0.0--rc--1-blue)](https://ktor.io/)
102+
[![Ktor](https://img.shields.io/badge/ktor-3.0.0--rc--2-blue)](https://ktor.io/)
103103

104104
__For versions below 3.0.0:__
105105
[![Ktor](https://img.shields.io/badge/ktor-2.3.12-blue)](https://ktor.io/)
106106

107107
## Main Modules
108108

109-
- [Authentication](/GoTrue) <!-- Will be renamed after the version 3.0.0 comes out -->
109+
- [Authentication](/Auth)
110110
- [Database/Postgrest](/Postgrest)
111111
- [Storage](/Storage)
112112
- [Realtime](/Realtime)

0 commit comments

Comments
 (0)