Skip to content

Commit cc79fd5

Browse files
docs: update package name references to plugin-ui-bundle-dev in README
Made-with: Cursor
1 parent f396f44 commit cc79fd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# plugin-app-dev
1+
# plugin-ui-bundle-dev
22

3-
[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-app-dev.svg?label=@salesforce/plugin-app-dev)](https://www.npmjs.com/package/@salesforce/plugin-app-dev) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-app-dev.svg)](https://npmjs.org/package/@salesforce/plugin-app-dev) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0)
3+
[![NPM](https://img.shields.io/npm/v/@salesforce/plugin-ui-bundle-dev.svg?label=@salesforce/plugin-ui-bundle-dev)](https://www.npmjs.com/package/@salesforce/plugin-ui-bundle-dev) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-ui-bundle-dev.svg)](https://npmjs.org/package/@salesforce/plugin-ui-bundle-dev) [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/license/apache-2-0)
44

55
# Salesforce CLI UI Bundle Dev Plugin
66

@@ -23,7 +23,7 @@ We always recommend using the latest version of these commands bundled with the
2323
1. **Install the plugin:**
2424

2525
```bash
26-
sf plugins install @salesforce/plugin-app-dev
26+
sf plugins install @salesforce/plugin-ui-bundle-dev
2727
```
2828

2929
2. **Authenticate with Salesforce:**
@@ -68,7 +68,7 @@ We always recommend using the latest version of these commands bundled with the
6868
## Install
6969

7070
```bash
71-
sf plugins install @salesforce/plugin-app-dev@x.y.z
71+
sf plugins install @salesforce/plugin-ui-bundle-dev@x.y.z
7272
```
7373

7474
## Issues
@@ -100,7 +100,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
100100

101101
```bash
102102
# Clone the repository
103-
git clone git@github.com:salesforcecli/plugin-app-dev
103+
git clone git@github.com:salesforcecli/plugin-ui-bundle-dev
104104

105105
# Install the dependencies and compile
106106
yarn && yarn build

0 commit comments

Comments
 (0)