From f5db3276b93431e146c1f533b081e5990abdbe51 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 31 Aug 2019 18:12:08 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f1f199e7..1e5e120372 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | ------------- | ------------- | | pick ...columns | Down-select table to only these columns | | reject ...columns | Remove the given columns from the table | -| get column-or-column-path | Open given cells as text | +| get column-or-column-path | Open column and get data from the corresponding cells | | sort-by ...columns | Sort by the given columns | | where condition | Filter table to match the condition | | inc (field) | Increment a value or version. Optional use the field of a table |