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 ```