README.md in nutrella-0.8.0 vs README.md in nutrella-0.9.0

- old
+ new

@@ -1,10 +1,10 @@ # Nutrella [![Gem Version](http://img.shields.io/gem/v/nutrella.svg?style=flat)](https://rubygems.org/gems/nutrella) [![Code Climate](https://codeclimate.com/github/amckinnell/nutrella/badges/gpa.svg)](https://codeclimate.com/github/amckinnell/nutrella) -[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)]() +[![Build Status](https://travis-ci.org/amckinnell/nutrella.svg?branch=master)](https://travis-ci.org/amckinnell/nutrella) A command line tool for associating a Trello board with the current git branch. ## Table of Contents @@ -59,9 +59,13 @@ ## Usage Create or open a Trello board based on the name of the current git branch: $ nutrella + +Create or open a named Trello board: + + $ nutrella <board-name> Note: you can invoke the `nutrella` from your project directory or from any subdirectory. ## Troubleshooting