Skip to content

Commit 1327639

Browse files
authored
Update 2025-04-10-launching-pipelines.mdx
1 parent 591e655 commit 1327639

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/pipelines/2025-04-10-launching-pipelines.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Batch hints:
4141
Max duration: 300 seconds
4242
Max records: 100,000
4343

44-
🎉 You can now send data to your Pipeline!
44+
🎉 You can now send data to your pipeline!
4545

46-
Send data to your Pipeline's HTTP endpoint:
46+
Send data to your pipeline's HTTP endpoint:
4747
curl "https://0e00c5ff09b34d018152af98d06f5a1xvc.pipelines.cloudflare.com/" -d '[{ ...JSON_DATA... }]'
4848
49-
To send data to your Pipeline from a Worker, add the following configuration to your config file:
49+
To send data to your pipeline from a Worker, add the following configuration to your config file:
5050
{
5151
"pipelines": [
5252
{
@@ -57,4 +57,4 @@ To send data to your Pipeline from a Worker, add the following configuration to
5757
}
5858
```
5959
60-
Head over to our [getting started guide](/pipelines/getting-started) for an in-depth tutorial to building with Pipelines.
60+
Head over to our [getting started guide](/pipelines/getting-started) for an in-depth tutorial to building with Pipelines.

0 commit comments

Comments
 (0)