From c958738ca51ebd086f981a5df4e11c0fa56d5d81 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 22 Apr 2018 19:25:26 -0700 Subject: [PATCH] chore: slight tweak to wording in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3e264..7861976 100644 --- a/README.md +++ b/README.md @@ -111,4 +111,5 @@ a new line being created. ### cliui.resetOutput() -Resets the UI elements of the current cliui instance. Wrapping and width that would normally be reset when creating a new cliui instance by using the constructor are not reset. \ No newline at end of file +Resets the UI elements of the current cliui instance, maintaining the values +set for `width` and `wrap`.