Skip to content

Commit 68919a5

Browse files
authored
Update README.md to fix table rendering
1 parent 6c0a5c8 commit 68919a5

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
@@ -1219,7 +1219,7 @@ const response = await replicate.request(route, parameters);
12191219
| `options.params` | `object` | URL query parameters for the given route. |
12201220
| `options.method` | `string` | HTTP method for the given route. |
12211221
| `options.headers` | `object` | Additional HTTP headers for the given route. |
1222-
| `options.data` | `object | FormData` | Request body. |
1222+
| `options.data` | `object \| FormData` | Request body. |
12231223
| `options.signal` | `AbortSignal` | Optional `AbortSignal`. |
12241224

12251225
The `replicate.request()` method is used by the other methods

0 commit comments

Comments
 (0)