From c0f2ba41346b6b74391174886d47122537160e21 Mon Sep 17 00:00:00 2001 From: sor4chi Date: Sat, 2 Dec 2023 02:04:25 +0900 Subject: [PATCH] chore(example): update README --- examples/proxy-counter/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/proxy-counter/README.md b/examples/proxy-counter/README.md index cc58e96..086736e 100644 --- a/examples/proxy-counter/README.md +++ b/examples/proxy-counter/README.md @@ -1,8 +1,9 @@ -``` -npm install -npm run dev -``` +# Hono DO Counter (with byName Proxy) + +This example is a counter app with byName proxy. +[Counter example](../counter)'s rewrite with byName proxy. ``` -npm run deploy +pnpm install +pnpm dev ```