README.md in gemsmith-5.4.0 vs README.md in gemsmith-5.5.0

- old
+ new

@@ -4,11 +4,11 @@ [![Code Climate GPA](https://codeclimate.com/github/bkuhlmann/gemsmith.svg)](https://codeclimate.com/github/bkuhlmann/gemsmith) [![Code Climate Coverage](https://codeclimate.com/github/bkuhlmann/gemsmith/coverage.svg)](https://codeclimate.com/github/bkuhlmann/gemsmith) [![Gemnasium Status](https://gemnasium.com/bkuhlmann/gemsmith.svg)](https://gemnasium.com/bkuhlmann/gemsmith) [![Travis CI Status](https://secure.travis-ci.org/bkuhlmann/gemsmith.svg)](http://travis-ci.org/bkuhlmann/gemsmith) -Gemsmith allows you to easily craft new gems via the command line with custom settings (if desired). +A command line interface for smithing new Ruby gems. <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> # Table of Contents @@ -105,14 +105,14 @@ ## Command Line Interface (CLI) From the command line, type: gemsmith help gemsmith -c, [create=CREATE] # Create new gem. - gemsmith -e, [edit] # Edit gem in default editor (assumes $EDITOR environment variable). + gemsmith -e, [--edit] # Edit Gemsmith settings in default editor. gemsmith -h, [--help=HELP] # Show this message or get help for a command. - gemsmith -o, [open=OPEN] # Open gem in default editor (assumes $EDITOR environment variable). - gemsmith -r, [read=READ] # Open gem in default browser. - gemsmith -v, [--version] # Show version. + gemsmith -o, [open=OPEN] # Open a gem in default editor. + gemsmith -r, [read=READ] # Open a gem in default browser. + gemsmith -v, [--version] # Show Gemsmith version. For more gem creation options, type: gemsmith help create -b, [--bin], [--no-bin] # Add binary support. -r, [--rails], [--no-rails] # Add Rails support.