From f9e50f48264af8b7b00a067fa296ef5906bb7804 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 28 Dec 2013 19:58:36 -0800 Subject: [PATCH] Minor README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49999b46..c49d52dc 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ project.language.name #=> "Ruby" project.languages #=> { "Ruby" => 0.98, "Shell" => 0.02 } ``` -These stats are also printed out by the `linguist` binary. You can pass -`--breakdown`` flag, and the binary will also output the breakdown of files by language. +These stats are also printed out by the `linguist` binary. You can use the +`--breakdown` flag, and the binary will also output the breakdown of files by language. You can try running `linguist` on the `lib/` directory in this repository itself: