Skip to content

Commit ae4ec24

Browse files
committed
fix readme
1 parent 6e6e238 commit ae4ec24

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ type: `boolean`
130130

131131
### tryInlineHtmlPublicIcon
132132

133-
Try inline html icon, if icon is in public dir.
133+
Try inline html favicon, if icon is in public dir.
134134

135135
default: `true`
136136

137137
type: `boolean`
138138

139139
### removeInlinedPublicIconFiles
140140

141-
Remove inlined html icon files.
141+
Remove inlined html favicon files.
142142

143143
default: `true`
144144

@@ -177,14 +177,14 @@ rendering chunks (1)...
177177
vite-plugin-singlefile-compression 2.4.0 deflate-raw base128-ascii
178178
179179
file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
180-
126.503 kB -> 59.651 kB
180+
126.509 kB -> 59.649 kB
181181
182182
Finish.
183183
184184
computing gzip size...
185-
dist/index.html 59.65 kB │ gzip: 44.93 kB
185+
dist/index.html 59.64 kB │ gzip: 44.92 kB
186186
187-
✓ built in 286ms
187+
✓ built in 309ms
188188
```
189189

190190
## Clone

test/src/md-vue/options.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ If false, use Base64.<br>
6363
<p>default: <code>true</code></p>
6464
<p>type: <code>boolean</code></p>
6565
<h3>tryInlineHtmlPublicIcon</h3>
66-
<p>Try inline html icon, if icon is in public dir.</p>
66+
<p>Try inline html favicon, if icon is in public dir.</p>
6767
<p>default: <code>true</code></p>
6868
<p>type: <code>boolean</code></p>
6969
<h3>removeInlinedPublicIconFiles</h3>
70-
<p>Remove inlined html icon files.</p>
70+
<p>Remove inlined html favicon files.</p>
7171
<p>default: <code>true</code></p>
7272
<p>type: <code>boolean</code></p>
7373
<h3>enableCompressInlinedIcon</h3>

test/src/md/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ type: `boolean`
9393

9494
### tryInlineHtmlPublicIcon
9595

96-
Try inline html icon, if icon is in public dir.
96+
Try inline html favicon, if icon is in public dir.
9797

9898
default: `true`
9999

100100
type: `boolean`
101101

102102
### removeInlinedPublicIconFiles
103103

104-
Remove inlined html icon files.
104+
Remove inlined html favicon files.
105105

106106
default: `true`
107107

0 commit comments

Comments
 (0)