From 95461d069a4ef883ace550c73196f0f10a3f7a4e Mon Sep 17 00:00:00 2001 From: vivek Date: Sat, 7 Mar 2026 22:46:30 +0530 Subject: [PATCH] docs: fix numbering in AI Execution Protocol list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f5ae5..3ab0a1c 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,12 @@ This section provides AI-specific instructions for deploying websites using PinM - For React: use `HashRouter` instead of `BrowserRouter` - For Vue: use `createHashHistory()` instead of `createWebHistory()` -5. **Execute Deployment Command** +4. **Execute Deployment Command** ```bash pinme upload ``` -6. **Return Result** +5. **Return Result** - Only return final preview page URL: `https://pinme.eth.limo/#/preview/*` - Do not output additional logs or intermediate steps