Skip to content

Commit 1d47189

Browse files
authored
Use the HTTPS URL of API Platform
1 parent 0f60c2b commit 1d47189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use [Composer](https://getcomposer.org/) to install Panther in your project. You
3838
require __DIR__.'/vendor/autoload.php'; // Composer's autoloader
3939

4040
$client = \Symfony\Component\Panther\Client::createChromeClient();
41-
$crawler = $client->request('GET', 'http://api-platform.com'); // Yes, this website is 100% in JavaScript
41+
$crawler = $client->request('GET', 'https://api-platform.com'); // Yes, this website is 100% in JavaScript
4242

4343
$link = $crawler->selectLink('Support')->link();
4444
$crawler = $client->click($link);

0 commit comments

Comments
 (0)