From 6c0f6d837c1223d14a8e7ac9a61c5debb72eaae8 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Thu, 11 Jul 2019 13:00:51 +0200 Subject: [PATCH] Replace graph URL in doc/index.md with generic example URL --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.34.1