From 762c7245ab122357dcf7e2f30fe0065e36128dc5 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 12 Jul 2025 17:48:10 +0200 Subject: [PATCH] Use more concise home feature title Use `Cross-platform` instead of `Pipelines to control any OS`. It's not necessarily clear what pipelines refers to. Pipelines may refer to one of many use cases. Pipelines may be a misleading ambiguity to command piping (shell terminology). The previous title lead to a line break. Making it more concise to fit on one line is more consistent with the other two feature titles - leading to a more consistent and balanced layout too. (Body starts on the same vertical position now.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbc4b08c42..b1123c1bc09 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ tagline: A new type of shell actionText: Get Started → actionLink: /book/ features: - - title: Pipelines to control any OS + - title: Cross-platform details: Nu works on Linux, macOS, BSD, and Windows. Learn it once, then use it anywhere. - title: Everything is data details: Nu pipelines use structured data so you can safely select, filter, and sort the same way every time. Stop parsing strings and start solving problems.