Skip to content

Commit daceba0

Browse files
authored
Merge pull request #1341 from maxmind/greg/fix-typo
Fix incorrect sandbox domain. Closes #1340.
2 parents bda4225 + 05b2871 commit daceba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ const client = new minFraud.Client("1234", "LICENSEKEY");
3535
```
3636

3737
If you would like to use the Sandbox environment, you can
38-
set the `host` parameter to `sandbox.minfraud.com`:
38+
set the `host` parameter to `sandbox.maxmind.com`:
3939

4040
```js
41-
const client = new minFraud.Client("1234", "LICENSEKEY", 3000, 'sandbox.minfraud.com');
41+
const client = new minFraud.Client("1234", "LICENSEKEY", 3000, 'sandbox.maxmind.com');
4242
```
4343

4444
Then create a new `Transaction` object. This represents the transaction that

0 commit comments

Comments
 (0)