We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79002b3 commit 1d297b4Copy full SHA for 1d297b4
README.md
@@ -10,7 +10,7 @@ This library is experimental for [GhostOS](https://github.com/ghost-in-moss/Ghos
10
install `streamlit-react-jsonschema` with pip
11
12
```bash
13
-pip install streamlit-react-jsonschema
+pip install streamlit_react_jsonschema
14
```
15
16
## Example
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "streamlit_react_jsonschema"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "streamlit component for GhostOS, render form from JSONSchema by react-jsonschema-component"
5
authors = ["ZhuMing <thirdgerb@gmail.com>"]
6
license = "MIT"
0 commit comments