From 73d847867866b680455378a897db544f33e8e93c Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 10 Nov 2019 11:27:56 +1300 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24daf6c35d..ef245135ad 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | from-xml | Parse text as .xml and create a table | | from-yaml | Parse text as a .yaml/.yml and create a table | | lines | Split single string into rows, one per line | -| read pattern | Convert text to a table by matching the given pattern | +| parse pattern | Convert text to a table by matching the given pattern | | size | Gather word count statistics on the text | | split-column sep ...column-names | Split row contents across multiple columns via the separator, optionally give the columns names | | split-row sep | Split row contents over multiple rows via the separator |