From 5d73c73fe8fb10c6759dc956465a7b86d07a522c Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 13 Jul 2019 08:00:49 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3399d9bc2..d6c5d9d6dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Nu has a list of built-in commands (listed below). If a command is unknown, the # Philosophy -Nu draws inspiration from projects like PowerShell, functional programming languages, and modern cli tools. Rather than thinking of you filesystem and services as raw streams of text, Nu looks at each input as something with structure. For example, when you list the contents of a directory, what you get back in a list of objects, where each object represents an item in that directory. These values can be piped through a series of steps, in a series of commands called a 'pipeline'. +Nu draws inspiration from projects like PowerShell, functional programming languages, and modern cli tools. Rather than thinking of files and services as raw streams of text, Nu looks at each input as something with structure. For example, when you list the contents of a directory, what you get back in a list of objects, where each object represents an item in that directory. These values can be piped through a series of steps, in a series of commands called a 'pipeline'. ## Pipelines