Skip to content

Commit 86c0912

Browse files
committed
docs: update RAEDME
1 parent cf25aa0 commit 86c0912

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/babel-plugin-jsx/README-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ const App = {
258258
return () => (
259259
<>
260260
<A>
261-
{
261+
{{
262262
default: () => <div>A</div>,
263263
foo: () => <span>B</span>
264-
}
264+
}}
265265
</A>
266266
<B>{() => 'foo'}</B>
267267
</>

packages/babel-plugin-jsx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ const App = {
258258
return () => (
259259
<>
260260
<A>
261-
{
261+
{{
262262
default: () => <div>A</div>,
263263
foo: () => <span>B</span>
264-
}
264+
}}
265265
</A>
266266
<B>{() => 'foo'}</B>
267267
</>

0 commit comments

Comments
 (0)