We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1917738 + 6ccb2fc commit ee10bceCopy full SHA for ee10bce
README.md
@@ -36,7 +36,7 @@ composer create-project drupal/recommended-project pwtest
36
composer require drush/drush
37
cd pwtest
38
ddev config --project-type drupal10
39
-ddev get deviantintegral/ddev-playwright
+ddev get Lullabot/ddev-playwright
40
ddev start
41
```
42
@@ -71,7 +71,7 @@ ddev exec -d /var/www/html/test/playwright npm i playwright-drupal
71
72
```console
73
# Or, to pull from GitHub's main branch:
74
-ddev exec -d /var/www/html/test/playwright npm i playwright-drupal@github:deviantintegral/playwright-drupal
+ddev exec -d /var/www/html/test/playwright npm i playwright-drupal@github:Lullabot/playwright-drupal
75
76
77
### Configure Playwright
0 commit comments