Skip to content

Commit

Permalink
chore: update packages' description
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Sep 26, 2023
1 parent 7186349 commit 30dc660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hono for Durable Object

Hono DO is a wrapper of [Cloudflare Workers](https://workers.cloudflare.com/) 's [Durable Object](https://developers.cloudflare.com/workers/learning/using-durable-objects) for [Hono](https://hono.dev/).
Hono DO is a wrapper of [Cloudflare Workers](https://workers.cloudflare.com/) ' [Durable Object](https://developers.cloudflare.com/workers/learning/using-durable-objects), designed for [Hono](https://hono.dev/).

> [!WARNING]
> This is a work in progress. The code is not yet ready for production use.
Expand Down
2 changes: 1 addition & 1 deletion packages/hono-do/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hono-do",
"version": "0.1.0",
"description": "A wrapper of Durable Object of Cloudflare Workers for Hono",
"description": "A wrapper for Cloudflare Workers' Durable Object, designed for Hono.",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 30dc660

Please sign in to comment.