Skip to content

Commit

Permalink
Update quickstart to pin isbot@3 for now until next version is released
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 5, 2024
1 parent 0196a1c commit fb1bb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd my-remix-app
npm init -y
# install runtime dependencies
npm i @remix-run/node @remix-run/react @remix-run/serve isbot react react-dom
npm i @remix-run/node @remix-run/react @remix-run/serve isbot@3 react react-dom
# install dev dependencies
npm i -D @remix-run/dev
Expand Down

0 comments on commit fb1bb18

Please sign in to comment.