Skip to content

Commit e9debc5

Browse files
committed
docs
1 parent ad0e97b commit e9debc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lazer/js/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pyth Lazer JavaScript SDK Examples
22

3-
This directory contains JavaScript/TypeScript examples demonstrating how to use the Pyth Lazer SDK to interact with real-time price feeds and verify cryptographic messages on the Solana blockchain.
3+
This directory contains JavaScript/TypeScript examples demonstrating how to use the Pyth Lazer SDK to interact with real-time price feeds and verify price updates on the Solana blockchain.
44

55
## What is Pyth Lazer?
66

@@ -12,7 +12,7 @@ Before running these examples, make sure you have the following installed:
1212

1313
- **Node.js** (version 18 or higher)
1414
- **pnpm** package manager
15-
- A Lazer Access Token -- please see the TODO.
15+
- A Lazer Access Token -- please see [How to Acquire an Access Token](https://docs.pyth.network/lazer/acquire-access-token) if you don't have one.
1616

1717
## Installation
1818

@@ -33,7 +33,7 @@ Before running these examples, make sure you have the following installed:
3333
## Basic Examples
3434

3535
### 1. WebSocket Client Example (`src/index.ts`)
36-
Demonstrates how to connect to the Pyth Lazer WebSocket stream and receive real-time price feed updates.
36+
Demonstrates how to connect to the Pyth Lazer WebSocket stream and receive real-time price updates.
3737

3838
**What it does:**
3939
- Connects to the Pyth Lazer server

0 commit comments

Comments
 (0)