Skip to content

Commit 18eb250

Browse files
authored
Update README.md
1 parent 7fb0518 commit 18eb250

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</a>
88
</p>
99

10-
``NodeGraphQt`` is a node graph UI framework for `PySide2` that can be implemented and re-purposed into
10+
NodeGraphQt is a node graph UI framework for `PySide2` that can be implemented and re-purposed into
1111
applications.
1212

1313
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/screenshot.png" width="100%" title="NodeGraphQt">
1414

1515
## Install
1616

17-
NodeGraphQt is avaliable on The Python Package Index (PyPI) here https://pypi.org/project/NodeGraphQt so it can be installed with:
17+
NodeGraphQt is avaliable on The Python Package Index (PyPI) [here](https://pypi.org/project/NodeGraphQt) so it can be installed with:
1818
```
1919
pip install NodeGraphQt
2020
```
@@ -25,10 +25,8 @@ or you can download previous versions from the [releases](https://github.com/jch
2525

2626
<a href="https://jchanvfx.github.io/NodeGraphQt" target="_blank">https://jchanvfx.github.io/NodeGraphQt</a>
2727

28-
See the [basic_example.py](/examples/basic_example.py) python script from this repo.
29-
30-
More examples can be found in the API documentation:<br>
31-
https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_overview.html#simple-example
28+
See the [basic_example.py](/examples/basic_example.py) script to get started or check out the API example overview
29+
<a href="https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_overview.html#simple-example" target="_blank">here.</a>
3230

3331
## Vertical Layout
3432

@@ -47,4 +45,5 @@ https://jchanvfx.github.io/NodeGraphQt/api/html/examples/ex_pipe.html#layout-sty
4745
https://jchanvfx.github.io/NodeGraphQt/api/html/custom_widgets.html
4846

4947
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/prop_bin.png" width="600" title="Properties Bin">
50-
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/nodes_palette.png" width="600" title="Node Palette">
48+
49+
<img src="https://raw.githubusercontent.com/jchanvfx/NodeGraphQt/main/docs/_images/nodes_palette.png" width="450" title="Node Palette">

0 commit comments

Comments
 (0)