Skip to content

Commit

Permalink
docs: Add Hono installation step to Readme (#42)
Browse files Browse the repository at this point in the history
It might be obvious to existing users but adding hono-remix-adapter to an existing Remix app requires the hono to be installed also.
  • Loading branch information
john-griffin authored Dec 2, 2024
1 parent 6f1622a commit 8399406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This means you can create API routes with Hono's syntax and use a lot of Hono's
## Install

```bash
npm i hono-remix-adapter
npm i hono-remix-adapter hono
```

## How to use
Expand Down

0 comments on commit 8399406

Please sign in to comment.