Skip to content

Commit e2f9bb3

Browse files
Christiaan LandmanChristiaan Landman
authored andcommitted
chore: typos and updated links
1 parent 949940e commit e2f9bb3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

demos/react-native-supabase-group-chat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Replace the credentials below with you Supabase, PowerSync and Expo project details.
1+
# Replace the credentials below with your Supabase, PowerSync and Expo project details.
22
EXPO_PUBLIC_SUPABASE_URL=https://foo.supabase.co
33
EXPO_PUBLIC_SUPABASE_ANON_KEY=foo
44
EXPO_PUBLIC_POWERSYNC_URL=https://foo.powersync.journeyapps.com

demos/react-native-supabase-group-chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Here are some helpful links:
1818

1919
- [PowerSync Website](https://www.powersync.com/)
2020
- [PowerSync Docs](https://docs.powersync.com/)
21-
- [PowerSync React Native Client SDK](https://github.com/journeyapps/powersync-js/tree/main/packages/powersync-sdk-react-native)
21+
- [PowerSync React Native Client SDK Reference](https://docs.powersync.com/client-sdk-references/react-native-and-expo)
2222
- [Supabase Docs](https://supabase.com/docs)
2323
- [Expo Docs](https://docs.expo.dev/)

demos/react-native-supabase-todolist/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Replace the credentials below with you Supabase, PowerSync and Expo project details.
1+
# Replace the credentials below with your Supabase, PowerSync and Expo project details.
22
EXPO_PUBLIC_SUPABASE_URL=https://foo.supabase.co
33
EXPO_PUBLIC_SUPABASE_ANON_KEY=foo
44
EXPO_PUBLIC_SUPABASE_BUCKET= # Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync-attachments.

demos/react-native-supabase-todolist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Generally, the `.env` file is used for storing common environment variables shar
4141
As `.env.local` is normally not checked into source control (this project has a git-ignore rule), you can copy `.env`, name it `.env.local`, and then configure as needed.
4242

4343
### EAS Build configuration
44-
Take note that you will need an Expo account if you want to use EAS for your builds, the Expo project ID should then also be configured in the environment file.
44+
Take note that you will need an [Expo](https://expo.dev/) account if you want to use EAS for your builds. The Expo project ID should then also be configured in the environment file.
4545

4646
For secret/sensitive environment variables which shouldn't be checked into source control, you can configure them as EAS secrets. They can be added via either the Expo website or the EAS CLI, both are explained [here](https://docs.expo.dev/build-reference/variables/#using-secrets-in-environment-variables).
4747

@@ -72,6 +72,6 @@ pnpm android
7272

7373
- [PowerSync Website](https://www.powersync.com/)
7474
- [PowerSync Docs](https://docs.powersync.com/)
75-
- [PowerSync React Native Client SDK](https://github.com/journeyapps/powersync-js/tree/main/packages/powersync-sdk-react-native)
75+
- [PowerSync React Native Client SDK Reference](https://docs.powersync.com/client-sdk-references/react-native-and-expo)
7676
- [Supabase Docs](https://supabase.com/docs)
7777
- [Expo Docs](https://docs.expo.dev/)

0 commit comments

Comments
 (0)