Skip to content

Commit

Permalink
chore: Update install step repo (#231)
Browse files Browse the repository at this point in the history
Getting an error with yarn add @salesforcecli/cli-plugins-testkit --dev -> needs to be salesforce instead of salesforcecli
  • Loading branch information
randi274 authored Feb 23, 2022
1 parent c33518f commit e259c98
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 @@ -10,7 +10,7 @@ The @salesforce/cli-plugins-testkit library provides test utilities to assist Sa
Add this library as a dev dependencies to your project.

```bash
yarn add @salesforcecli/cli-plugins-testkit --dev
yarn add @salesforce/cli-plugins-testkit --dev
```

Create a test file and import the utilities from this library that you'd like to use.
Expand Down

0 comments on commit e259c98

Please sign in to comment.