Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 9741204

Browse files
committed
Updates readme
1 parent 2ccdab9 commit 9741204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React semantics
1+
# React semantics (WIP
22

33
Are you tired of your react components looking like an unreadable mess?
44
Have you often asked yourself: "there must be a better way!"?
@@ -60,7 +60,7 @@ Coming soon...
6060

6161
```javascript
6262
import React from 'react';
63-
import { Show, Array } from 'react-semantics';
63+
import { Show } from 'react-semantics';
6464

6565
<Show when={5 === 2 + 2}>
6666
<div>Will only render in 1984</div>

0 commit comments

Comments
 (0)