Skip to content

Commit

Permalink
Add buildpack non-destructively (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz512 authored and jontewks committed Sep 30, 2019
1 parent 8a45458 commit 7998008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Installs dependencies needed in order to run puppeteer on heroku. Be sure to inc
To use the latest stable version run:

```sh-session
$ heroku buildpacks:set jontewks/puppeteer
$ heroku buildpacks:add jontewks/puppeteer
```

Or use the source code in this repository:

```sh-session
$ heroku buildpacks:set https://github.com/jontewks/puppeteer-heroku-buildpack.git
$ heroku buildpacks:add https://github.com/jontewks/puppeteer-heroku-buildpack.git
```

### Additional language support
Expand Down

0 comments on commit 7998008

Please sign in to comment.