Skip to content

Commit

Permalink
Fix installation instructions (#54)
Browse files Browse the repository at this point in the history
The Heroku CLI no longer automatically expands plugin names
like `api` to their long form package name.

As such, the old install instructions in the README now result
in a random package named `api` being installed from npmjs.org,
and that package is not a Heroku CLI plugin (!!).

Fixes #53.
  • Loading branch information
edmorley authored Feb 15, 2024
1 parent 8e8beb8 commit f1b8292
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 @@ -7,7 +7,7 @@
## How to install this plugin

```shell
$ heroku plugins:install api
$ heroku plugins:install @heroku-cli/plugin-api
```

## Usage
Expand Down

0 comments on commit f1b8292

Please sign in to comment.