Skip to content

Commit 17fb878

Browse files
authored
Update PostgreSQL usage guide for PocketBase
1 parent 5009d94 commit 17fb878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

POSTGRES_USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To force your project to use your remote GitHub fork instead, you must use the `
1616
Inside your own Go project directory (where your app's `main.go` lives), run this to override the module:
1717

1818
```bash
19-
go mod edit -replace github.com/pocketbase/pocketbase=github.com/altaidevorg/pocketbase-postgresql@master
19+
go mod edit -replace github.com/pocketbase/pocketbase=github.com/altaidevorg/pocketbase-postgres@main
2020
```
2121
*(Note: You can replace `@master` with a specific commit hash or version tag like `@v0.22.x` for stability).*
2222

0 commit comments

Comments
 (0)