From 38089fcbbedb081108a19f06973046f130944e8d Mon Sep 17 00:00:00 2001 From: Kenil shah Date: Wed, 17 Dec 2025 00:12:16 +0530 Subject: [PATCH] Rename parseRPCResponse to parseAnyRPCResponse --- docs/build/quick-start/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!