Skip to content

Commit

Permalink
Fix example for api-platform
Browse files Browse the repository at this point in the history
The wording has changed on the remote site
  • Loading branch information
symac authored and dunglas committed Oct 2, 2023
1 parent 9600c2e commit 2ef4eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $client = Client::createChromeClient();
$client = Client::createFirefoxClient();

$client->request('GET', 'https://api-platform.com'); // Yes, this website is 100% written in JavaScript
$client->clickLink('Get started');
$client->clickLink('Getting started');

// Wait for an element to be present in the DOM (even if hidden)
$crawler = $client->waitFor('#installing-the-framework');
Expand Down

0 comments on commit 2ef4eda

Please sign in to comment.