Skip to content

Commit

Permalink
Fix README and typing issues (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Mar 31, 2024
1 parent cef7a49 commit 754fcf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tender-beans-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"y-durableobjects": patch
---

FIX README Hono typing
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import { Hono } from "hono";
import { cors } from "hono/cors";
import { YDurableObjects, yRoute } from "y-durableobjects";

const app = new Hono<Env>();
const app = new Hono();
app.use("*", cors());

const route = app.route(
Expand Down

0 comments on commit 754fcf6

Please sign in to comment.