Skip to content

Commit 4ed2d42

Browse files
committed
chore: fix ordered list in README
1 parent 297b46a commit 4ed2d42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ yarn add @rn-devtools/plugin-sdk
3030
- [@rn-devtools/react-navigation-plugin](https://github.com/DorianMazur/rn-devtools/tree/main/packages/react-navigation-plugin)
3131
- [@rn-devtools/react-native-mmkv-plugin](https://github.com/DorianMazur/rn-devtools/tree/main/packages/react-native-mmkv-plugin)
3232

33-
1. Tell the web app which plugins to load
33+
34+
2. Tell the web app which plugins to load
3435

3536
Create rn-devtools.config.js in your RN app:
3637

@@ -51,7 +52,7 @@ module.exports = {
5152
rn-devtools
5253
```
5354

54-
1. Wire the RN app (one hook, many plugins)
55+
4. Wire the RN app (one hook, many plugins)
5556

5657
```tsx
5758
import { useReactNativeDevtools } from "rn-devtools";

0 commit comments

Comments
 (0)