Skip to content

Commit

Permalink
[docs] update docs for create-dapp command (MystenLabs#15068)
Browse files Browse the repository at this point in the history
## Description 

We previously documented the command as `pnpm create
@mysten/create-dapp` but should be using `pnpm create @mysten/dapp`
which will work when converted to yarn or npm (the `create-` prefix for
the package name is automatically applied by the `create` command)

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
hayes-mysten authored Nov 28, 2023
1 parent 367779e commit 2c4bae1
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 480 deletions.
Loading

0 comments on commit 2c4bae1

Please sign in to comment.