1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-06 17:40:17 +02:00

Merge pull request from ineol/patch-1

Fix typo in README
This commit is contained in:
Jonathan Turner
2019-08-24 19:16:29 +12:00
committed by GitHub

@ -48,7 +48,7 @@ The following optional features are currently supported:
# Philosophy # 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 ## Pipelines