Skip to content

Commit

Permalink
Revert a README change
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Sep 18, 2024
1 parent 45af76c commit 8b1632d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For information about supported Kotlin targets, see the corresponding module REA

### Add one or more modules to your project

**Available modules**: `auth-kt`*, `postgrest-kt`, `functions-kt`,
**Available modules**: `gotrue-kt`*, `postgrest-kt`, `functions-kt`,
`storage-kt`, `realtime-kt`, `apollo-graphql`, `compose-auth`,
`compose-auth-ui`, `coil-integration`, `coil3-integration`, `imageloader-integration`

Expand All @@ -44,7 +44,7 @@ dependencies {
}
```

\* Before version 3.0.0, the module was called `gotrue-kt`.
\* After version 3.0.0, the module will be called `auth-kt`.

If you use multiple modules, you can use the bom dependency to get the correct versions for all
modules:
Expand Down Expand Up @@ -106,7 +106,7 @@ __For versions below 3.0.0:__

## Main Modules

- [Authentication](/Auth)
- [Authentication](/GoTrue) <!-- Will be renamed after the version 3.0.0 comes out -->
- [Database/Postgrest](/Postgrest)
- [Storage](/Storage)
- [Realtime](/Realtime)
Expand Down

0 comments on commit 8b1632d

Please sign in to comment.