Skip to content

Commit

Permalink
fix: use inclusive terms
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian committed Jun 30, 2020
1 parent 14b30f4 commit c8d03a6
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 @@ -15,7 +15,7 @@ plugins plugin for oclif
* [What is this?](#what-is-this)
* [Usage](#usage)
* [Friendly names](#friendly-names)
* [Aliases/Blacklist](#aliasesblacklist)
* [Aliases](#aliases)
* [Commands](#commands)
<!-- tocstop -->

Expand Down Expand Up @@ -55,7 +55,7 @@ To make it simpler for users to install plugins, we have "friendly name" functio

To set this up, simply set the `oclif.scope` to the name of your npm org. In the example above, this would be `mynpmorg`.

# Aliases/Blacklist
# Aliases

Over time in the Heroku CLI we've changed plugin names, brought plugins into the core of the CLI, or sunset old plugins that no longer function. There is support in this plugin for dealing with these situations.

Expand Down

0 comments on commit c8d03a6

Please sign in to comment.