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

Update README.md

This commit is contained in:
Jonathan Turner
2019-06-03 05:54:32 +12:00
committed by GitHub
parent 6503942a27
commit d7bd35e7fd

@ -167,7 +167,7 @@ Some file types can be loaded as tables.
--------------------------------------------------------------------------
```
Once you've cound the data, you can call out to external applications and use it.
Once you've found the data, you can call out to external applications and use it.
```text
~\Code\nushell> open Cargo.toml | select package.version | echo $it