We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7f460 commit 072bee2Copy full SHA for 072bee2
apps/hermes/client/js/README.md
@@ -44,7 +44,7 @@ console.log(priceUpdates);
44
45
```typescript
46
// Streaming price updates
47
-const eventSource = await connection.getStreamingPriceUpdates(priceIds);
+const eventSource = await connection.getPriceUpdatesStream(priceIds);
48
49
eventSource.onmessage = (event) => {
50
console.log("Received price update:", event.data);
0 commit comments