diff --git a/PGX-Support.md b/PGX-Support.md index ddbff17..33af031 100644 --- a/PGX-Support.md +++ b/PGX-Support.md @@ -18,7 +18,7 @@ When using the `Query`, `QueryOne` and `QueryChunks` functions all arguments pas The example query below also [available here][examples/pgxsupport] illustrates one possible use-case: -[examples/pgxsupport]: https://github.com/VinGarcia/ksql/blob/master/examples/pgxsupport/main.go#L92 +[examples/pgxsupport]: https://github.com/VinGarcia/ksql/blob/master/examples/pgxsupport/main.go#L91 ```golang func checkIfUserBelongsToTeams(ctx context.Context, db ksql.Provider, userID int, teamIDs []int) {