From c688924fba1fb4db4b0de1b9ade84246f6140073 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:08:28 +0300 Subject: [PATCH] docs: Fix duplicate numbering in "Run Langflow" section (#5844) Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> --- docs/docs/Get-Started/get-started-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Get-Started/get-started-installation.md b/docs/docs/Get-Started/get-started-installation.md index 95c3fcd7f..e0674b7d7 100644 --- a/docs/docs/Get-Started/get-started-installation.md +++ b/docs/docs/Get-Started/get-started-installation.md @@ -49,7 +49,7 @@ uv run langflow run python -m langflow run ``` -2. Confirm that a local Langflow instance starts by visiting `http://127.0.0.1:7860` in a Chromium-based browser. +3. Confirm that a local Langflow instance starts by visiting `http://127.0.0.1:7860` in a Chromium-based browser. Now that Langflow is running, follow the [Quickstart](/get-started-quickstart) to create your first flow.