Skip to content

Commit 8399406

Browse files
authored
docs: Add Hono installation step to Readme (#42)
It might be obvious to existing users but adding hono-remix-adapter to an existing Remix app requires the hono to be installed also.
1 parent 6f1622a commit 8399406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This means you can create API routes with Hono's syntax and use a lot of Hono's
3131
## Install
3232

3333
```bash
34-
npm i hono-remix-adapter
34+
npm i hono-remix-adapter hono
3535
```
3636

3737
## How to use

0 commit comments

Comments
 (0)