docs: add latest tag to all mentions of create-payload-app [no ci] (#3998)

This commit is contained in:
Elliot DeNolf
2023-11-03 17:18:03 -04:00
committed by GitHub
parent 926372f15a
commit dc253676e8
8 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ If you're starting from scratch, you can easily setup a dev environment lik
```
mkdir dev
cd dev
npx create-payload-app
npx create-payload-app@latest
```
If you're using the plugin template, the dev folder is built out for you and the `samplePlugin` has already been installed in `dev/payload.config()`.