summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2019-12-01 07:12:14 +1300
committerGitHub <noreply@github.com>2019-12-01 07:12:14 +1300
commit5676713b1f5ca2ce707ebc374c53173dd3a17bd4 (patch)
tree24cb51c0a04e2b2e94bea6901a5acf608767e8d2
parentb59231d32b45d14b358f1ef47b96e5fc150e9002 (diff)
Update README.md0.6.1
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8677bb19e..c1ae7a02f 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ We can pipeline this into a command that gets the contents of one of the columns
━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━┯━━━━━━┯━━━━━━━━━
authors │ description │ edition │ license │ name │ version
─────────────────┼────────────────────────────┼─────────┼─────────┼──────┼─────────
- [table: 3 rows] │ A shell for the GitHub era │ 2018 │ MIT │ nu │ 0.6.0
+ [table: 3 rows] │ A shell for the GitHub era │ 2018 │ MIT │ nu │ 0.6.1
━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━┷━━━━━━┷━━━━━━━━━
```
@@ -181,7 +181,7 @@ Finally, we can use commands outside of Nu once we have the data we want:
```
/home/jonathan/Source/nushell(master)> open Cargo.toml | get package.version | echo $it
-0.6.0
+0.6.1
```
Here we use the variable `$it` to refer to the value being piped to the external command.