From 2b42f9c20d8b7d3a5c221f45063c8c047f02e62c Mon Sep 17 00:00:00 2001 From: prashanth-platina Date: Thu, 28 May 2026 17:24:33 +0530 Subject: [PATCH 1/3] docs: fix typo in getting started guide --- en/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/getting-started/README.md b/en/getting-started/README.md index 0f8937d1..82e04509 100644 --- a/en/getting-started/README.md +++ b/en/getting-started/README.md @@ -4,7 +4,7 @@ ## Cloud -Self-hosting requires more technical skill to setup instance, backing up database and maintaning updates. If you aren't experienced at managing servers and just want to use the webapp, we recommend using [Flowise Cloud](https://cloud.flowiseai.com). +Self-hosting requires more technical skill to setup instance, backing up database and maintaining updates. If you aren't experienced at managing servers and just want to use the webapp, we recommend using [Flowise Cloud](https://cloud.flowiseai.com). ## Quick Start From 7a8a8897a075f46a2038f5142e12b7886f220590 Mon Sep 17 00:00:00 2001 From: prashanth-platina Date: Thu, 28 May 2026 17:29:50 +0530 Subject: [PATCH 2/3] docs: improve grammar in getting started guide --- en/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/getting-started/README.md b/en/getting-started/README.md index 82e04509..42e6b312 100644 --- a/en/getting-started/README.md +++ b/en/getting-started/README.md @@ -4,7 +4,7 @@ ## Cloud -Self-hosting requires more technical skill to setup instance, backing up database and maintaining updates. If you aren't experienced at managing servers and just want to use the webapp, we recommend using [Flowise Cloud](https://cloud.flowiseai.com). +Self-hosting requires more technical skill to set up an instance, back up the database, and maintain updates. If you aren't experienced at managing servers and just want to use the webapp, we recommend using [Flowise Cloud](https://cloud.flowiseai.com). ## Quick Start From 950a2d56c001acc35e3dd6056e34bb51487f5ca0 Mon Sep 17 00:00:00 2001 From: prashanth-platina Date: Thu, 28 May 2026 17:46:46 +0530 Subject: [PATCH 3/3] docs: improve sentence clarity in getting started guide --- en/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/getting-started/README.md b/en/getting-started/README.md index 42e6b312..9d4c6e56 100644 --- a/en/getting-started/README.md +++ b/en/getting-started/README.md @@ -9,7 +9,7 @@ Self-hosting requires more technical skill to set up an instance, back up the da ## Quick Start {% hint style="info" %} -Pre-requisite: ensure [NodeJS](https://nodejs.org/en/download) is installed on machine. Node `v18.15.0` or `v20` and above is supported. +Pre-requisite: ensure [NodeJS](https://nodejs.org/en/download) is installed on machine. Node `v18.15.0` or `v20+` is supported. {% endhint %} Install Flowise locally using NPM.