Skip to content

Commit ef863da

Browse files
authored
Update README.md
1 parent a04f788 commit ef863da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ import ContentLoader, { Rect, Circle } from 'react-content-loader/native'
9090
const MyLoader = () => (
9191
<ContentLoader>
9292
<Circle cx="30" cy="30" r="30" />
93-
<Rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
9493
<Rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
9594
<Rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
9695
</ContentLoader>

0 commit comments

Comments
 (0)