From eec87156b0ec55f4c85c34c3da747437db303a91 Mon Sep 17 00:00:00 2001 From: Stephen Bussey Date: Sun, 22 Jul 2018 16:46:42 -0400 Subject: [PATCH] fix: update README to colorize format opt (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f100d..5e625ca 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Pass a `width` option to define table width. ### Disable Colors ```elixir - iex> Scribe.print(data, colorization: false) + iex> Scribe.print(data, colorize: false) ``` ### Styles