From 2e2872652b039fb532ffc3f8b32b404b0a76b9a5 Mon Sep 17 00:00:00 2001 From: Jeff See Date: Thu, 7 Aug 2025 10:04:24 -0700 Subject: [PATCH] Specify min Vercel CLI version for Hono support --- framework-boilerplates/hono/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-boilerplates/hono/README.md b/framework-boilerplates/hono/README.md index d4ff6581a..93eadff69 100644 --- a/framework-boilerplates/hono/README.md +++ b/framework-boilerplates/hono/README.md @@ -4,7 +4,7 @@ Live Example: https://hono.vercel.dev/ Prerequisites: -- [Vercel CLI](https://vercel.com/docs/cli) installed globally +- [Vercel CLI >= 44.7.3](https://vercel.com/docs/cli) installed globally (`npm install -g vercel@latest`) To develop locally: