mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
Fix typo in README
This commit is contained in:
parent
cd1e16d574
commit
668d3a4392
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue