summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 10:50:35 -0700
committerGitHub <noreply@github.com>2018-07-24 10:50:35 -0700
commit67e74d3c7e1eb9ee0244f08c63e5caf69907934b (patch)
treeacab627adfe24b2995c9a20a13086f35d4d76506
parent90c27dfb15beda46dc45dd00f524188a7068bdcb (diff)
parent034904ac01cd5506a2d1ec1ea6ba941bc991ed69 (diff)
downloadmixlib-cli-67e74d3c7e1eb9ee0244f08c63e5caf69907934b.tar.gz
Merge pull request #44 from chef/example
Remove require rubygems
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 657149b..f0cb56f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. To use in your project:
```ruby
-require 'rubygems'
require 'mixlib/cli'
class MyCLI