summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db22149..657149b 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ class MyCLI
:long => "--log_level LEVEL",
:description => "Set the log level (debug, info, warn, error, fatal)",
:required => true,
- :in => ['debug', 'info', 'warn', 'error', 'fatal'],
+ :in => [:debug, :info, :warn, :error, :fatal],
:proc => Proc.new { |l| l.to_sym }
option :help,