Skip to content

Commit

Permalink
Grammaticial error fix (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlloydmiles authored and jhen0409 committed Jul 20, 2019
1 parent 65d29f8 commit 6d9f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Just these steps will let you start RNDebugger out of box:
- Install the latest version ([download page](https://github.com/jhen0409/react-native-debugger/releases)).
- Make sure all debugger clients of React Native are closed, usually are `http://localhost:<port>/debugger-ui`
- Make sure RNDebugger is open and wait state.
- RNDebugger will try connect to debugger proxy, use port `8081` by default, you can new debugger window (macOS: `Command+T`, Linux/Windows: `Ctrl+T`) to specify the port if you want.
- RNDebugger will try connect to debugger proxy, use port `8081` by default, you can create a new debugger window (macOS: `Command+T`, Linux/Windows: `Ctrl+T`) to specify the port if you want.
- Enable `Debug JS Remotely` of [developer menu](https://facebook.github.io/react-native/docs/debugging.html#accessing-the-in-app-developer-menu) on your app

## Launch by CLI or React Native packager (`macOS` only)
Expand Down

0 comments on commit 6d9f053

Please sign in to comment.