@lanzorg/commitlint-config-template 0.0.141 → 0.0.142
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 +3 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,27 +11,19 @@
|
|
|
11
11
|
|
|
12
12
|
<p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/asset-01.png" align="" width="100%"></p>
|
|
13
13
|
|
|
14
|
-
##
|
|
15
|
-
|
|
16
|
-
### ADD PACKAGE
|
|
17
|
-
|
|
18
|
-
Lorem ipsum dolor sit amet adipiscing elit.
|
|
14
|
+
## ADD PACKAGE
|
|
19
15
|
|
|
20
16
|
```sh
|
|
21
17
|
flutter pub add senchard --git-url https://github.com/olankens/senchard
|
|
22
18
|
```
|
|
23
19
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
Lorem ipsum dolor sit amet adipiscing elit.
|
|
20
|
+
## CREATE CLIENT
|
|
27
21
|
|
|
28
22
|
```dart
|
|
29
23
|
var client = Client('television_ip_address_here', foolish: true);
|
|
30
24
|
```
|
|
31
25
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
Lorem ipsum dolor sit amet adipiscing elit.
|
|
26
|
+
## UPDATE PICTURE MODE
|
|
35
27
|
|
|
36
28
|
```dart
|
|
37
29
|
await client
|