From 61cc5307a3065af0fb904aff0ee49f0d7a89d8eb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 11 Oct 2023 12:19:01 +0200 Subject: [PATCH] Finalise renaming to main --- .github/workflows/node.js.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b05c6ee..b08142e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,9 +2,9 @@ name: Node CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/README.md b/README.md index b1b404e..4511c16 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Example: [flow.json](examples/flow.json) But this node really shines when combined with the [node-red-contrib-chunks-to-lines](https://github.com/alexandrainst/node-red-contrib-chunks-to-lines) node, which can split in a more efficient way, e.g. safe for Unicode and with built-in backpressure for automatic buffering optimisation. -Example: [flow.json](https://github.com/alexandrainst/node-red-contrib-chunks-to-lines/blob/master/examples/flow.json) +Example: [flow.json](https://github.com/alexandrainst/node-red-contrib-chunks-to-lines/blob/main/examples/flow.json) -![Node-RED flow](https://raw.githubusercontent.com/alexandrainst/node-red-contrib-chunks-to-lines/master/examples/flow.png) +![Node-RED flow](https://raw.githubusercontent.com/alexandrainst/node-red-contrib-chunks-to-lines/main/examples/flow.png) See also a more advanced [example of upload of a large CSV file to an SQL database](https://flows.nodered.org/flow/687918dd5cb66a3bfc2a661e15ef4237).