Skip to content

Commit 0a159b5

Browse files
committed
Typo fix
Apologies!
1 parent 743ab6f commit 0a159b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/domainr_search_domain_name_availability.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use \Curl\Curl;
55

66
$curl = new Curl();
7-
$curl->get('https://api/domainr.com/v1/search', array(
7+
$curl->get('https://api.domainr.com/v1/search', array(
88
'client_id' => 'php_curl_class',
99
'q' => 'example',
1010
));

0 commit comments

Comments
 (0)