Skip to content

Commit 066d607

Browse files
Fixed .env copy command
1 parent eeb352b commit 066d607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/react-native-background-sync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd demos/react-native-background-sync
2828
Set up the Environment variables: Copy the `.env` file:
2929

3030
```bash
31-
cp .env .env.local
31+
cp .env.local.template .env.local
3232
```
3333

3434
And then edit `.env.local` to insert your credentials for `Supabase`.

0 commit comments

Comments
 (0)