Skip to content

Commit 6c1bc57

Browse files
committed
chore: cleanup
1 parent 15feea9 commit 6c1bc57

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

packages/mlkit-barcode-scanning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-barcode-scanning
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-barcode-scanning
4+
npm install @nativescript/mlkit-barcode-scanning
55
```
66

77
## Usage

packages/mlkit-core/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-core
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-core
4+
npm install @nativescript/mlkit-core
55
```
66

77
## Usage
@@ -69,7 +69,7 @@ detectionType="all"
6969
# Barcode Scanning
7070

7171
```javascript
72-
ns plugin add @nativescript/mlkit-barcode-scanning
72+
npm install @nativescript/mlkit-barcode-scanning
7373
```
7474

7575
```ts
@@ -85,7 +85,7 @@ onDetection(event: DetectionEvent){
8585
# Face Detection
8686

8787
```javascript
88-
ns plugin add @nativescript/mlkit-face-detection
88+
npm install @nativescript/mlkit-face-detection
8989
```
9090

9191
```ts
@@ -102,7 +102,7 @@ onDetection(event: DetectionEvent){
102102
# Image Labeling
103103

104104
```javascript
105-
ns plugin add @nativescript/mlkit-image-labeling
105+
npm install @nativescript/mlkit-image-labeling
106106
```
107107

108108
```ts
@@ -119,7 +119,7 @@ onDetection(event: DetectionEvent){
119119
# Object Detection
120120

121121
```javascript
122-
ns plugin add @nativescript/mlkit-object-detection
122+
npm install @nativescript/mlkit-object-detection
123123
```
124124

125125
```ts
@@ -135,7 +135,7 @@ onDetection(event: DetectionEvent){
135135
# Pose Detection
136136

137137
```javascript
138-
ns plugin add @nativescript/mlkit-pose-detection
138+
npm install @nativescript/mlkit-pose-detection
139139
```
140140

141141
```ts
@@ -152,7 +152,7 @@ onDetection(event: DetectionEvent){
152152
# Text Recognition
153153

154154
```javascript
155-
ns plugin add @nativescript/mlkit-text-recognition
155+
npm install @nativescript/mlkit-text-recognition
156156
```
157157

158158
```ts

packages/mlkit-digital-ink-recognition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-digital-ink-recognition
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-digital-ink-recognition
4+
npm install @nativescript/mlkit-digital-ink-recognition
55
```
66

77
## Usage

packages/mlkit-face-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-face-detection
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-face-detection
4+
npm install @nativescript/mlkit-face-detection
55
```
66

77
## Usage

packages/mlkit-image-labeling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-image-labeling
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-image-labeling
4+
npm install @nativescript/mlkit-image-labeling
55
```
66

77
## Usage

packages/mlkit-object-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-object-detection
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-object-detection
4+
npm install @nativescript/mlkit-object-detection
55
```
66

77
## Usage

packages/mlkit-pose-detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-pose-detection
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-pose-detection
4+
npm install @nativescript/mlkit-pose-detection
55
```
66

77
## Usage

packages/mlkit-selfie-segmentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-selfie-segmentation
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-selfie-segmentation
4+
npm install @nativescript/mlkit-selfie-segmentation
55
```
66

77
## Usage

packages/mlkit-text-recognition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/mlkit-text-recognition
22

33
```javascript
4-
ns plugin add @nativescript/mlkit-text-recognition
4+
npm install @nativescript/mlkit-text-recognition
55
```
66

77
## Usage

0 commit comments

Comments
 (0)