Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 13ad07c

Browse files
authored
docs: remove published Heroku elements version
1 parent 2c08532 commit 13ad07c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ This buildpack installs all the needed dependencies to use Playwright with Chrom
99
For using this buildpack, you have to add the buildpack **before** installing your Node.js dependencies.
1010

1111
```txt
12-
heroku buildpacks:set playwright-community/heroku-playwright-buildpack -a my-app
13-
```
14-
15-
Or use the source code in this repository:
16-
17-
```txt
18-
heroku buildpacks:set https://github.com/mxschmitt/heroku-playwright-buildpack -a my-app
12+
heroku buildpacks:set https://github.com/mxschmitt/heroku-playwright-buildpack.git -a my-app
1913
```
2014

2115
For a full example, see [here](https://github.com/mxschmitt/heroku-playwright-example) a usage with the Express library.

0 commit comments

Comments
 (0)