git.graph-it.com
/
graphit
/
graph-client-py.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4db2f
)
Replace graph URL in doc/index.md with generic example URL
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Thu, 11 Jul 2019 11:00:51 +0000
(13:00 +0200)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Thu, 11 Jul 2019 11:00:51 +0000
(13:00 +0200)
doc/index.md
patch
|
blob
|
history
diff --git
a/doc/index.md
b/doc/index.md
index a5656357ed24bde46d3e245e92782a959a9d6af6..feedf617c949919583cf2ba794d8cfdb4544a992 100644
(file)
--- a/
doc/index.md
+++ b/
doc/index.md
@@
-23,11
+23,11
@@
be available in a file.
## Usage
-A graph connection is initialised by giving a UR
I
and optionally the filename
+A graph connection is initialised by giving a UR
L
and optionally the filename
of the certificate chain to the constructor:
```python
>>> import graph
->>> gc = graph.Connection('tls://graph.
de.screwerk.com:4437
', 'graph.crt')
+>>> gc = graph.Connection('tls://graph.
example.com:4439
', 'graph.crt')
```
Then all functions of the Graph API can be called on the connection object: