Skip to content

Commit 8dfe7bf

Browse files
authored
Merge pull request #147 from NativeScript/hristova/stayhacking/fix-typo
chore: fix typo for reset in readme.md
2 parents b6785ce + b07c58d commit 8dfe7bf

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
@@ -84,7 +84,7 @@ For easier development and debugging purposes continue with the following steps:
8484

8585
Now go and make a change to your plugin. It will be automatically applied to the demo project.
8686

87-
**NOTE**: Any changes that you need to make in a native library used in your plugin or in any other files inside `src/platforms` directory such as Info.plist or AndroidManifest.xml can't be directly reflected in the demo applications. You need to use `npm run demo.reset` or `npm run demo-angular.ios` and run the application again.
87+
**NOTE**: Any changes that you need to make in a native library used in your plugin or in any other files inside `src/platforms` directory such as Info.plist or AndroidManifest.xml can't be directly reflected in the demo applications. You need to use `npm run demo.reset` or `npm run demo-angular.reset` and run the application again.
8888

8989
### Linking to CocoaPod or Android Arsenal plugins
9090

@@ -130,7 +130,7 @@ Sometimes you may need to wipe away the `src/node_modules`, `demo/node_modules`
130130

131131
Sometimes you just need to wipe out the demo's `platforms` directory only:
132132

133-
* Run `npm run demo.reset` or `npm run demo-angular.ios` to delete the application's `platforms` directory only.
133+
* Run `npm run demo.reset` or `npm run demo-angular.reset` to delete the application's `platforms` directory only.
134134

135135
Sometimes you may need to ensure plugin files are updated in the demo:
136136

0 commit comments

Comments
 (0)