From 996ccb5a19d889cc4624134639d493fb18c56d24 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 3 Jun 2019 07:04:30 +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 bff5d1111a..6071a2463a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ At the moment, executing a command that isn't identified as a built-in new comma | ------------- | ------------- | | from-json | Parse text as .json and create table | | from-toml | Parse text as .toml and create table | -| split-column sep ...fields | Split row contents across multiple rows via the separator | +| split-column sep ...fields | Split row contents across multiple columns via the separator | | split-row sep | Split row contents over multiple rows via the separator | | trim | Trim leading and following whitespace from text data | | {external-command} $it | Run external command with given arguments, replacing $it with each row text |