From ec498aab67abfb6813746f611252b20aaeedc56d Mon Sep 17 00:00:00 2001 From: "dustin.ray" Date: Mon, 25 Nov 2024 18:41:21 -0800 Subject: [PATCH] fix: readme links --- examples/deno/README.md | 2 +- examples/node/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/deno/README.md b/examples/deno/README.md index 9a270fc..c40bcdf 100644 --- a/examples/deno/README.md +++ b/examples/deno/README.md @@ -18,7 +18,7 @@ An API key is required to interact with SxT services. To obtain an API key, plea The PoSQL SDK supports features JavaScript support. You can setup a deno environment in the following manner: -https://github.com/spaceandtimelabs/sxt-proof-of-sql-sdk/blob/996699f94b7b9162bca1daf35cadf6e743e2e64b/crates/proof-of-sql-sdk/examples/deno/query.js#L1-L32 +https://github.com/spaceandtimelabs/sxt-proof-of-sql-sdk/blob/cb5cfa6389e04a49c049e066114c44732077a49b/examples/deno/query.js#L1-L31 Then export your API key, and run with the following: diff --git a/examples/node/README.md b/examples/node/README.md index b4b079d..b56d6c1 100644 --- a/examples/node/README.md +++ b/examples/node/README.md @@ -15,7 +15,7 @@ An API key is required to interact with SxT services. To obtain an API key, plea The PoSQL SDK supports features JavaScript support. You can setup a node environment in the following manner: -https://github.com/spaceandtimelabs/sxt-proof-of-sql-sdk/blob/bfc04024f54daab011f68dcb47eea2e2ee6af54c/examples/node/query.js#L1-L31 +https://github.com/spaceandtimelabs/sxt-proof-of-sql-sdk/blob/feat/javascript-examples/examples/node/query.js#L1-L30 Then run with the following: