Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Create a file `app.js` and connect to the Yellow Network.
:::

```javascript title="app.js" showLineNumbers
import { createAppSessionMessage, parseRPCResponse } from '@erc7824/nitrolite';
import { createAppSessionMessage, parseAnyRPCResponse } from '@erc7824/nitrolite';

// Connect to Yellow Network (using sandbox for testing)
const ws = new WebSocket('wss://clearnet-sandbox.yellow.com/ws');
Expand Down Expand Up @@ -356,4 +356,4 @@ Congratulations! You've built your first Yellow App. Here's what to explore next
- **Community**: Join our developer community for support
- **Examples**: Check out our GitHub repository for sample applications

You're now ready to build fast, scalable apps with Yellow SDK!
You're now ready to build fast, scalable apps with Yellow SDK!