Skip to content

Commit 97b1411

Browse files
committed
doc: Update README.md
1 parent 51a23e0 commit 97b1411

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

core/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,13 @@ export default function App() {
9191
}
9292
```
9393

94-
outputs:
94+
Outputs:
9595

9696
```html
9797
<head>
9898
<meta name="keywords" content="react-head,uiw,uiwjs">
9999
<meta name="description" content="1 React components will manage your changes to the document head.">
100100
</head>
101-
<!-- .... -->
102101
```
103102

104103
### Modify Favicon
@@ -128,14 +127,12 @@ export default function App() {
128127
}
129128
```
130129

131-
outputs:
130+
Outputs:
132131

133132
```html
134133
<head>
135-
<style>.box-test { color: red; }</style>
136-
<style>.box-test { color: red; }</style>
134+
<link data-head="true" rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤡</text></svg>" />
137135
</head>
138-
<!-- .... -->
139136
```
140137

141138

0 commit comments

Comments
 (0)