Skip to content

Commit 2ef4eda

Browse files
symacdunglas
authored andcommitted
Fix example for api-platform
The wording has changed on the remote site
1 parent 9600c2e commit 2ef4eda

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
@@ -109,7 +109,7 @@ $client = Client::createChromeClient();
109109
$client = Client::createFirefoxClient();
110110

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

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

0 commit comments

Comments
 (0)