Skip to content

Commit ce71146

Browse files
committed
Repo readme updated
1 parent 9dc066c commit ce71146

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react-native-query-devtool/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If your app runs `react-query v3` pass `version="v3"` prop to `QueryNativeDevtoo
4949

5050
## Standalone app (Optional)
5151

52-
If you want more room to debug your query data, you can download the standalone app from the following link. Currently, it's available only for **macOS M1** and **Windows x64**. See [repo](https://github.com/jossydeleon/react-native-query-devtool-monorepo/tree/main/packages/react-native-query-devtool-app)
52+
If you want more room to debug your query data, you can download the standalone app from the following link. Currently, it's available only for **macOS M1** and **Windows x64**. Check [Standalone Repo](https://github.com/jossydeleon/react-native-query-devtool-monorepo/tree/main/packages/react-native-query-devtool-app)
5353

5454
```javascript
5555
export default function App() {
@@ -86,6 +86,8 @@ After running the build command, you'll find the freshly built app in a new fold
8686

8787
In the example folder, you can find example projects demonstrating the usage of `@jsmdeleon/react-native-query-devtool` with different versions of React Query (v3, v4, and v5). To test the examples, navigate to the example folder, select the desired example, and run yarn ios or yarn android.
8888

89+
[Examples Repo](https://github.com/jossydeleon/react-native-query-devtool-monorepo/tree/main/example)
90+
8991
```bash
9092
cd example
9193

0 commit comments

Comments
 (0)