From 586fbda4e6a5a22f77029fc45b2f8bbac22f5c7d Mon Sep 17 00:00:00 2001 From: James Arthur Date: Thu, 14 Nov 2024 17:38:26 +0100 Subject: [PATCH] docs: higher-level. --- examples/gatekeeper-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gatekeeper-auth/README.md b/examples/gatekeeper-auth/README.md index 789560cc3f..d752589e36 100644 --- a/examples/gatekeeper-auth/README.md +++ b/examples/gatekeeper-auth/README.md @@ -197,7 +197,7 @@ $ curl -s --header "Authorization: Bearer ${AUTH_TOKEN}" \ ] ``` -So far we've shown things working with Electric's lower-level [HTTP API](https://electric-sql.com/docs/api/http). You can also setup the [higher level clients](https://electric-sql.com/docs/api/clients/typescript) to use an auth token. See the [auth guide](https://electric-sql.com/docs/guides/auth) for more details. +So far we've shown things working with Electric's lower-level [HTTP API](https://electric-sql.com/docs/api/http). You can also setup the [higher-level clients](https://electric-sql.com/docs/api/clients/typescript) to use an auth token. See the [auth guide](https://electric-sql.com/docs/guides/auth) for more details. ### 2. Caddy as proxy