Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Docs: Use the buildpack registry URL in usage example (#194)
Browse files Browse the repository at this point in the history
Since this buildpack exists on the buildpack registry under the name
`heroku-community/static`, and using buildpack registry versions is
recommended over the GitHub URLs.
  • Loading branch information
edmorley authored Jan 18, 2021
1 parent e994de2 commit 256bd77
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 @@ -14,7 +14,7 @@ For a guide, read the [Getting Started with Single Page Apps on Heroku](https://
## Deploying
The `static.json` file is required to use this buildpack. This file handles all the configuration described below.

1. Set the app to this buildpack: `$ heroku buildpacks:set https:/heroku/heroku-buildpack-static.git`.
1. Set the app to this buildpack: `$ heroku buildpacks:set heroku-community/static`.
2. Deploy: `$ git push heroku master`

### Configuration
Expand Down

0 comments on commit 256bd77

Please sign in to comment.