Skip to content

Commit 2d080df

Browse files
authored
Update CONTRIBUTING.md (#6592)
Minor updates to CONTRIBUTING.md
1 parent d6c1dd2 commit 2d080df

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@ The code is checked for formatting errors by [Prettier](https://prettier.io/).
152152
```sh
153153
> pnpm run check:format
154154
```
155-
- The repository has a recommended VS Code plugin to run Prettier checks, and to automatically format using Prettier, while editing source code, providing immediate feedback.
155+
- The repository has a recommended VS Code plugin to run Prettier checks, and to automatically format using Prettier, while editing source code, providing immediate feedback
156+
- Use the following command to run prettier on the codebase
157+
```sh
158+
> pnpm run prettify
159+
```
156160

157161
### Testing
158162

@@ -252,7 +256,7 @@ $ WRANGLER="node ~/path/to/workers-sdk/packages/wrangler/wrangler-dist/cli.js" C
252256
### Creating an API Token
253257

254258
1. Go to ["My Profile" > "User API Tokens"](https://dash.cloudflare.com/profile/api-tokens)
255-
1. Click "Create API Token"
259+
1. Click "Create Token"
256260
1. Use the "Edit Cloudflare Workers" template
257261
1. Set "Account Resources" to "Include" "DevProd Testing" (you can use any account you have access to)
258262
1. Set "Zone Resources" to "All zones from an account" and the same account as above

0 commit comments

Comments
 (0)