Skip to content

Commit c432afe

Browse files
committed
Add info on the Sandbox env
1 parent 379f5fb commit c432afe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ you can provide the host argument:
4949

5050
.. code-block:: pycon
5151
52-
$mf = new MinFraud(1, 'ABCD567890', [ 'host' => 'sandbox.maxmind.com' ]);
52+
>>> client = Client(42, 'licensekey', 'sandbox.maxmind.com')
53+
>>> async_client = AsyncClient(42, 'licensekey', 'sandbox.maxmind.com')
5354
5455
Score, Insights and Factors Usage
5556
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)