Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Sep 9, 2024
1 parent d81aa52 commit 7757507
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2080,9 +2080,7 @@ Check out [ink-testing-library](https://github.com/vadimdemedes/ink-testing-libr

![](media/devtools.jpg)

Ink supports [React Devtools](https://github.com/facebook/react/tree/master/packages/react-devtools) out-of-the-box.
To enable integration with React Devtools in your Ink-based CLI, first ensure you have installed the optional
`react-devtools-core` dependency, and then run your application with `DEV=true` environment variable:
Ink supports [React Devtools](https://github.com/facebook/react/tree/master/packages/react-devtools) out-of-the-box. To enable integration with React Devtools in your Ink-based CLI, first ensure you have installed the optional `react-devtools-core` dependency, and then run your app with `DEV=true` environment variable:

```sh
DEV=true my-cli
Expand Down

0 comments on commit 7757507

Please sign in to comment.