@rdlabo/capacitor-brotherprint 6.0.3 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Capacitor Brother Print is a native Brother Print SDK implementation for iOS & A
|
|
|
5
5
|
## How to install
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
% npm install @rdlabo/capacitor-brotherprint
|
|
8
|
+
% npm install @rdlabo/capacitor-brotherprint
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## How to use
|
|
@@ -66,12 +66,6 @@ export class BrotherComponent {
|
|
|
66
66
|
}
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
## Installation
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
$ npm install --save @rdlabo/capacitor-brotherprint
|
|
73
|
-
```
|
|
74
|
-
|
|
75
69
|
### Android configuration
|
|
76
70
|
|
|
77
71
|
1. prepare the following files under the android folder of Capacitor
|