Skip to content

Commit 4310829

Browse files
committed
chore: fix Markdown in README
1 parent 005c2b9 commit 4310829

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ npm install @netlify/blobs
1818
To use the blob store, import the module and create an instance of the `Blobs` class. The constructor accepts an object
1919
with the following properties:
2020

21-
| Property | Description | Required |
22-
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
23-
| `authentication` | An object containing authentication credentials (see [Authentication](#authentication)) | **Yes** |
24-
| `context` | The [deploy context](https://docs.netlify.com/site-deploys/overview/#deploy-contexts) to use (defaults to `production`) | No |
25-
| `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** |
21+
| Property | Description | Required |
22+
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
23+
| `authentication` | An object containing authentication credentials (see [Authentication](#authentication)) | **Yes** |
24+
| `context` | The [deploy context](https://docs.netlify.com/site-deploys/overview/#deploy-contexts) to use (defaults to `production`) | No |
25+
| `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)