Skip to content

Commit

Permalink
small fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Mar 27, 2019
1 parent 61d0709 commit 8b3a34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { Div, P, Button, Br, Span } from 'react-jsx-templating'; // Note: named

- If-else

```diff jsx
```diff
+ <EnglishNewsPaper $if={condition} $else={SpanishNewsPaper} />
```

Expand Down

0 comments on commit 8b3a34a

Please sign in to comment.