Skip to content

Commit

Permalink
Update docs/guides/tutorials/cloudflare_workers.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Trinh <[email protected]>
  • Loading branch information
beerose and scotttrinh authored Feb 13, 2024
1 parent f404e8c commit 94fc392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/tutorials/cloudflare_workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ set up the client:
.. code-block:: typescript
const client = edgedb.createHttpClient({
instanceName: env.EDGEDB_INSTANCE,
secretKey: env.EDGEDB_SECRET_KEY,
instanceName: env.EDGEDB_INSTANCE,
secretKey: env.EDGEDB_SECRET_KEY,
});
You will need to set the :code:`EDGEDB_INSTANCE` and :code:`EDGEDB_SECRET`
Expand Down

0 comments on commit 94fc392

Please sign in to comment.