diff --git a/docs/build/quick-start/index.md b/docs/build/quick-start/index.md index 3cab60d..1bf0898 100644 --- a/docs/build/quick-start/index.md +++ b/docs/build/quick-start/index.md @@ -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'); @@ -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! \ No newline at end of file +You're now ready to build fast, scalable apps with Yellow SDK!