Skip to content

Commit d0f1b4e

Browse files
authored
Update README.md
1 parent 1cfe3f7 commit d0f1b4e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ topogram = TopogramAPIClient("http://localhost:3000")
1616
topogram.create_topogram("test")
1717
```
1818

19+
See a complete example in [examples](./examples) folder
20+
1921
## Documentation
2022

2123
Read the docs at [http://topogram.readthedocs.io/](http://topogram.readthedocs.io/)
@@ -27,18 +29,6 @@ Read the docs at [http://topogram.readthedocs.io/](http://topogram.readthedocs.i
2729
cd topogram-api-client
2830
python setup.py install
2931

30-
## Example
31-
32-
```python
33-
from topogram-python-client import TopogramAPIClient
34-
35-
topogram = TopogramAPIClient("http://localhost:3000")
36-
37-
# create a new network
38-
topogram.create_topogram("My Topogram")
39-
create_topogram("Test", my_nodes, my_edges)
40-
```
41-
See a complete example in [examples](./examples) folder
4232

4333
## command-line
4434

0 commit comments

Comments
 (0)