Skip to content

Commit 3e02f15

Browse files
committed
Update about dialog content
1 parent 729a11b commit 3e02f15

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a standalone app for debugging React Native apps:
1212

1313
- Based on official [Remote Debugger](https://reactnative.dev/docs/debugging#chrome-developer-tools) and provide more functionality.
1414
- Includes [React Inspector](docs/react-devtools-integration.md) from [`react-devtools-core`](https://github.com/facebook/react/tree/master/packages/react-devtools-core).
15-
- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension).
15+
- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/reduxjs/redux-devtools/tree/main/extension).
1616
- Includes [Apollo Client DevTools](docs/apollo-client-devtools-integration.md) ([`apollographql/apollo-client-devtools`](https://github.com/apollographql/apollo-client-devtools)) as devtools extension.
1717

1818
## Installation

electron/menu/dialog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const detail = multiline`
99
| This software includes the following projects:
1010
1111
| https://github.com/facebook/react-devtools
12-
| https://github.com/zalmoxisus/remotedev-app
12+
| https://github.com/reduxjs/redux-devtools
13+
| https://github.com/apollographql/apollo-client-devtools
1314
`
1415

1516
export const showAboutDialog = (iconPath) => dialog.showMessageBoxSync({

0 commit comments

Comments
 (0)