Skip to content

Commit bf5b880

Browse files
committed
chore: cleanup
1 parent b85107c commit bf5b880

23 files changed

Lines changed: 23 additions & 23 deletions

File tree

packages/animated-circle/README.md

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

33
```bash
4-
ns plugin add @nativescript/animated-circle
4+
npm install @nativescript/animated-circle
55
```
66

77
Creates an animated circle (animates the border of the circle) on iOS and Android.

packages/appavailability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A plugin to check for availability of other apps on the device.
44

55
```cli
6-
ns plugin add @nativescript/appavailability
6+
npm install @nativescript/appavailability
77
```
88

99
## Usage

packages/apple-sign-in/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/apple-sign-in
22

33
```javascript
4-
ns plugin add @nativescript/apple-sign-in
4+
npm install @nativescript/apple-sign-in
55
```
66

77
## Requirements

packages/auto-fit-text/README.md

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

33
```cli
4-
ns plugin add @nativescript/auto-fit-text
4+
npm install @nativescript/auto-fit-text
55
```
66

77
This plugin is based on the Nativescript Label implementation but with changes to adjust the font size according of the label's width

packages/background-http/README.md

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

33
```cli
4-
ns plugin add @nativescript/background-http
4+
npm install @nativescript/background-http
55
```
66

77
## Usage

packages/brightness/README.md

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

33
```cli
4-
ns plugin add @nativescript/brightness
4+
npm install @nativescript/brightness
55
```
66

77
This command automatically installs the necessary files, as well as stores @nativescript/brightness as a dependency in your project's `package.json` file.

packages/datetimepicker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A [NativeScript](https://www.nativescript.org) plugin that provides ui elements
99
<img alt="TimePickerField on iOS (left) and Android (right)" src="https://raw.githubusercontent.com/NativeScript/nativescript-datetimepicker/master/docs/time_picker_field.png" width="500px"/>
1010

1111
```cli
12-
ns plugin add @nativescript/datetimepicker
12+
npm install @nativescript/datetimepicker
1313
```
1414

1515
## Configuration

packages/debug-android/README.md

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

33
```cli
4-
ns plugin add @nativescript/debug-android
4+
npm install @nativescript/debug-android
55
```
66

77
## Usage

packages/detox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Easily add [Detox](https://github.com/wix/Detox) end-to-end testing to your Nati
2020
## Installation
2121

2222
```cli
23-
ns plugin add @nativescript/detox
23+
npm install @nativescript/detox
2424
```
2525

2626
## Global Setup

packages/directions/README.md

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

33
```cli
4-
ns plugin add @nativescript/directions
4+
npm install @nativescript/directions
55
```
66

77
## Usage

0 commit comments

Comments
 (0)