We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379f5fb commit c432afeCopy full SHA for c432afe
1 file changed
README.rst
@@ -49,7 +49,8 @@ you can provide the host argument:
49
50
.. code-block:: pycon
51
52
-$mf = new MinFraud(1, 'ABCD567890', [ 'host' => 'sandbox.maxmind.com' ]);
+ >>> client = Client(42, 'licensekey', 'sandbox.maxmind.com')
53
+ >>> async_client = AsyncClient(42, 'licensekey', 'sandbox.maxmind.com')
54
55
Score, Insights and Factors Usage
56
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments