@lanzorg/commitlint-config-template 0.0.21 → 0.0.22
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit jus
|
|
|
6
6
|
|
|
7
7
|
<p align="left">***</p>
|
|
8
8
|
|
|
9
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" height="2" width="100%">
|
|
10
|
+
|
|
9
11
|
### Installing Pub Package
|
|
10
12
|
|
|
11
13
|
Suspendisse blandit justo vel sollicitudin erat lobortis.
|
|
@@ -14,7 +16,7 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
|
|
|
14
16
|
flutter pub add senchard --git-url https://github.com/olankens/senchard
|
|
15
17
|
```
|
|
16
18
|
|
|
17
|
-
<
|
|
19
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" height="2" width="100%">
|
|
18
20
|
|
|
19
21
|
### Instantiating the Client
|
|
20
22
|
|
|
@@ -24,7 +26,7 @@ Suspendisse blandit justo vel sollicitudin erat lobortis.
|
|
|
24
26
|
var client = Client('television_ip_address_here', foolish: true);
|
|
25
27
|
```
|
|
26
28
|
|
|
27
|
-
<
|
|
29
|
+
<img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/divider.png" height="2" width="100%">
|
|
28
30
|
|
|
29
31
|
### Updating Picture Mode
|
|
30
32
|
|