Skip to content

Commit 83e8e39

Browse files
committed
chore: update README
1 parent 4310829 commit 83e8e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ with the following properties:
2121
| Property | Description | Required |
2222
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
2323
| `authentication` | An object containing authentication credentials (see [Authentication](#authentication)) | **Yes** |
24+
| `siteID` | The Netlify site ID | **Yes** |
2425
| `context` | The [deploy context](https://docs.netlify.com/site-deploys/overview/#deploy-contexts) to use (defaults to `production`) | No |
2526
| `fetcher` | An implementation of a [fetch-compatible](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) module for making HTTP requests (defaults to `globalThis.fetch`) | No |
26-
| `siteID` | The Netlify site ID | **Yes** |
2727

2828
### Example
2929

0 commit comments

Comments
 (0)