From 668d3a4392dbae1098cd5a36b7cbf3efb663915e Mon Sep 17 00:00:00 2001 From: ineol Date: Sat, 24 Aug 2019 09:15:33 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f47d9278b..dd89a96ed 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The following optional features are currently supported: # Philosophy -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'. +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 is 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