diff --git a/examples/styles.ts b/examples/styles.ts index 916c22d..7f22cc1 100644 --- a/examples/styles.ts +++ b/examples/styles.ts @@ -42,7 +42,7 @@ printTable({ formatter: 'capitalCase', }, horizontalAlignment: 'center', + noStyle: true, title: 'Remove style with "noStyle: true"', titleOptions: {bold: true}, - noStyle: true, })