Skip to content

Commit

Permalink
fix: readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Nov 26, 2024
1 parent cb5cfa6 commit ec498aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion examples/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ec498aa

Please sign in to comment.