Skip to content

Commit e889e6a

Browse files
chore: typo in readme
1 parent 836f235 commit e889e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nativescript-dev-debugging
22

3-
This dev plugin allows an __NativeScript plugin authors__ to use a **predefined workflow** with which you can **develop** and **debug** both the **native iOS/Android** and the **TypeScript/JavaScript** wrapper source code of their NS plugin. The main API that this plugin exposes is through `npm scripts` which will be saved to your package.json of your plugin's source code.
3+
This dev plugin allows a __NativeScript plugin authors__ to use a **predefined workflow** with which you can **develop** and **debug** both the **native iOS/Android** and the **TypeScript/JavaScript** wrapper source code of their NS plugin. The main API that this plugin exposes is through `npm scripts` which will be saved to your package.json of your plugin's source code.
44

55
Note
66
> - This NS dev plugin has been developed on Mac and has not been tested on Windows.
@@ -122,4 +122,4 @@ In order to test the node package locally:
122122
- Open the app folder `cd app`
123123
- Run `npm i`
124124
- Run `npm run install` - will execute the package's postinstall script like it is being installed in the app folder for the first time
125-
- Run `npm run install <full path to a 'n.debug.config.json' file>` - will execute the package's postinstall script with the configuration of the `n.debug.config.json` file
125+
- Run `npm run install <full path to a 'n.debug.config.json' file>` - will execute the package's postinstall script with the configuration of the `n.debug.config.json` file

0 commit comments

Comments
 (0)