Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit aeb0d93

Browse files
authored
chore: improve clarity in README (#95)
1 parent d65f299 commit aeb0d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U
3030
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3131
accountId: YOUR_ACCOUNT_ID
3232
projectName: YOUR_PROJECT_NAME
33-
directory: YOUR_ASSET_DIRECTORY
33+
directory: YOUR_BUILD_OUTPUT_DIRECTORY
3434
# Optional: Enable this if you want to have GitHub Deployments triggered
3535
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3636
# Optional: Switch what branch you are publishing to.
@@ -42,7 +42,7 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U
4242
wranglerVersion: '3'
4343
```
4444
45-
1. Replace `YOUR_ACCOUNT_ID`, `YOUR_PROJECT_NAME` and `YOUR_ASSET_DIRECTORY` with the appropriate values to your Pages project.
45+
1. Replace `YOUR_ACCOUNT_ID`, `YOUR_PROJECT_NAME` and `YOUR_BUILD_OUTPUT_DIRECTORY` with the appropriate values to your Pages project.
4646

4747
### Get account ID
4848

@@ -87,7 +87,7 @@ You can use the newly released [Wrangler v3](https://blog.cloudflare.com/wrangle
8787
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8888
accountId: YOUR_ACCOUNT_ID
8989
projectName: YOUR_PROJECT_NAME
90-
directory: YOUR_ASSET_DIRECTORY
90+
directory: YOUR_BUILD_OUTPUT_DIRECTORY
9191
# Enable Wrangler v3
9292
wranglerVersion: '3'
9393
```

0 commit comments

Comments
 (0)