Skip to content

Commit 90dba1c

Browse files
committed
Fix example
1 parent 340fbf7 commit 90dba1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
![PyPI - Version](https://img.shields.io/pypi/v/python-jsx)
77

88
```python
9+
from pyjsx import jsx, JSX
10+
911
def Header(style, children) -> JSX:
1012
return <h1 style={style}>{children}</h1>
1113

0 commit comments

Comments
 (0)