Skip to content

Commit

Permalink
fix: update README to colorize format opt (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bussey authored and hpopp committed Jul 22, 2018
1 parent f2907fc commit eec8715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eec8715

Please sign in to comment.