Skip to content

Commit a099138

Browse files
committed
tweak
1 parent 62022dc commit a099138

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/svelte.dev/scripts/sync-docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ jobs:
6969
event-type: sync-request
7070
client-payload: |-
7171
{
72-
"package": "cli"
72+
"package": "<YOUR_PACKAGE_NAME>"
7373
}
7474
```
7575
76+
`YOUR_PACKAGE_NAME` corresponds to the entry in [index.ts](./index.ts).
77+
7678
You will need to add a `SYNC_REQUEST_TOKEN` to the repo. First, create a personal access token by going to https://github.com/settings/personal-access-tokens/new:
7779

7880
- change the 'Resource owner' to `sveltejs`

0 commit comments

Comments
 (0)