Skip to content

Commit 79db094

Browse files
committed
Revert "added readme"
This reverts commit d0611ab.
1 parent d0611ab commit 79db094

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed
Lines changed: 0 additions & 1 deletion
This file was deleted.

lazer/js/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

lazer/js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PythLazerClient } from "@pythnetwork/pyth-lazer-sdk";
44
async function main() {
55
const client = await PythLazerClient.create(
66
["wss://pyth-lazer-staging.dourolabs.app/v1/stream"],
7-
"YOUR_ACCESS_TOKEN", // replace with your access token
7+
"YOUR_ACCESS_TOKEN",
88
);
99
client.addMessageListener((message) => {
1010
console.log("got message:", message);

0 commit comments

Comments
 (0)