From: Benjamin Braatz Date: Thu, 11 Jul 2019 11:00:51 +0000 (+0200) Subject: Replace graph URL in doc/index.md with generic example URL X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=6c0f6d837c1223d14a8e7ac9a61c5debb72eaae8;p=graphit%2Fgraph-client-py.git Replace graph URL in doc/index.md with generic example URL --- diff --git a/doc/index.md b/doc/index.md index a565635..feedf61 100644 --- 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 URI and optionally the filename +A graph connection is initialised by giving a URL 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: